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 1e5f212 commit 964e79cCopy full SHA for 964e79c
.github/workflows/dockerhub-description.yml
@@ -21,5 +21,5 @@ jobs:
21
with:
22
username: ${{ secrets.DOCKER_HUB_USERNAME }}
23
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
24
- repository: ${{ vars.DOCKER_HUB_REPO }}
+ repository: ${{ secrets.DOCKER_HUB_REPO }}
25
short-description: ${{ github.event.repository.description }}
0 commit comments