Skip to content

Update README to include a link to a YouTube video demonstrating PG B… #5

Update README to include a link to a YouTube video demonstrating PG B…

Update README to include a link to a YouTube video demonstrating PG B… #5

name: Sync Docker Hub README
on:
push:
branches:
- main
paths:
- README.md
workflow_dispatch:
jobs:
run_sync:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- 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"