add in readme.md sync

pull/112/head 4.3.6-1-01
binhex 3 years ago
parent c3d8d79f14
commit 3e66348fb3

@ -35,6 +35,13 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
- name: Sync GitHub README.md with Docker Hub
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }} # NOTE: This MUST be the password NOT the token
repository: ${{ github.repository }}Hub
short-description: ${{ github.event.repository.description }}
- name: DEBUG Show Runners environment
uses: nick-invision/retry@v2.4.0
with:

Loading…
Cancel
Save