|
|
|
@ -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:
|
|
|
|
|