Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 7938bf9

Browse files
authored
Merge pull request #71 from gianarb/fix/docker-username-secret
wrong name for secret
2 parents 812825a + 190b639 commit 7938bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
2323
run: |
24-
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secret.docker_username }}" --password-stdin docker.io
24+
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secret.DOCKER_USERNAME }}" --password-stdin docker.io
2525
- name: Set up Go
2626
uses: actions/setup-go@v2
2727
with:

0 commit comments

Comments
 (0)