Skip to content

Commit 4c790cd

Browse files
authored
Use password to authenticate to Docker Hub, not username
1 parent dcf97c3 commit 4c790cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: Login to Docker Hub
8282
run: |
83-
echo "${{ secrets.HUB_USERNAME }}" | \
83+
echo "${{ secrets.HUB_PASSCODE }}" | \
8484
docker login \
8585
--username "${{ secrets.HUB_USERNAME }}" \
8686
--password-stdin

0 commit comments

Comments
 (0)