We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d939c commit 854a183Copy full SHA for 854a183
.github/workflows/update-dockerhub-readme.yaml
@@ -10,11 +10,14 @@ jobs:
10
update_readme:
11
runs-on: ubuntu-latest
12
steps:
13
+ - name: Checkout repo
14
+ uses: actions/checkout@v4
15
+
16
- name: Docker Hub Description
- uses: peter-evans/dockerhub-description@v3
17
+ uses: peter-evans/dockerhub-description@v4
18
with:
19
username: ${{ secrets.DOCKERHUB_USERNAME }}
20
password: ${{ secrets.DOCKERHUB_TOKEN }}
- repository: ${{ github.repository }}
21
+ repository: ${{ secrets.DOCKER_REPO || github.repository }}
22
readme-filepath: ./README.md
23
short-description: ${{ github.event.repository.description }}
0 commit comments