Skip to content

Commit 8035a28

Browse files
authored
Merge pull request #8 from WyriHaximus/Use-password-to-authenticate-to-Docker-Hub,-not-username
Use password to authenticate to Docker Hub, not username
2 parents dcf97c3 + 4c790cd commit 8035a28

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)