Skip to content

Commit 685e736

Browse files
authored
no synced local './' with remote 'docker/' (#131)
1 parent 2d68bad commit 685e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2323
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
24-
repository: ${{ vars.DOCKER_HUB_REPO }}
24+
repository: ${{ secrets.DOCKER_HUB_REPO }}
2525
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)