Remove dockerhub description sync

This commit is contained in:
Xiaonan Shen 2020-05-21 15:55:21 -07:00 committed by GitHub
parent aee6b741de
commit f50fb12487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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