mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 06:34:41 +01:00
Add docker hub readme sync
This commit is contained in:
19
.github/workflows/dockerhub-description.yml
vendored
Normal file
19
.github/workflows/dockerhub-description.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user