Skip to content

Commit

Permalink
Update GitHub Actions workflow to sync README.md with Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Aug 15, 2024
1 parent 4ab9811 commit 8949abb
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8949abb

Please sign in to comment.