Remove dockerhub description sync
This commit is contained in:
parent
aee6b741de
commit
f50fb12487
1 changed files with 0 additions and 19 deletions
19
.github/workflows/dockerhub-description.yml
vendored
19
.github/workflows/dockerhub-description.yml
vendored
|
|
@ -1,19 +0,0 @@
|
||||||
name: Update Docker Hub Description
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- README.md
|
|
||||||
- .github/workflows/dockerhub-description.yml
|
|
||||||
jobs:
|
|
||||||
dockerHubDescription:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Docker Hub Description
|
|
||||||
uses: peter-evans/dockerhub-description@v2
|
|
||||||
env:
|
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
|
||||||
DOCKERHUB_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
|
||||||
DOCKERHUB_REPOSITORY: shenxn/protonmail-bridge
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue