Skip to content

Commit 3e1010b

Browse files
committed
Fix DockerHub publication job
1 parent f6786f2 commit 3e1010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
uses: peter-evans/dockerhub-description@v2
6666
with:
6767
username: ${{ secrets.DOCKERHUB_USERNAME }}
68-
password: ${{ secrets.DOCKERHUB_TOKEN }}
68+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
6969
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)