mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 14:39:24 -06:00
Update GitHub Actions workflow to sync README.md with Docker Hub
This commit is contained in:
19
.github/workflows/sync-readme.yaml
vendored
19
.github/workflows/sync-readme.yaml
vendored
@@ -9,10 +9,15 @@ on:
|
||||
|
||||
jobs:
|
||||
run_sync:
|
||||
name: Sync
|
||||
uses: ms-jpq/sync-dockerhub-readme@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_PASS }}
|
||||
repository: eduardolat/pgbackweb
|
||||
readme: "./README.md"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Sync Docker Hub README
|
||||
uses: ms-jpq/sync-dockerhub-readme@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_PASS }}
|
||||
repository: eduardolat/pgbackweb
|
||||
readme: "./README.md"
|
||||
|
||||
Reference in New Issue
Block a user