chore: add DockerHub sync
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: 'Docker Publish'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/docker-description.yml
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: Docker README.md Sync
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: DockerHub Description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: 'ttionya/bitwardenrs-backup'
|
||||
Reference in New Issue
Block a user