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

Commit 8c6cac4

Browse files
authored
Merge pull request #72 from gianarb/fix/secret-to-secrets
it is secrets, not secret
2 parents 7938bf9 + 6bea3e6 commit 8c6cac4

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 "${{ secrets.DOCKER_USERNAME }}" --password-stdin docker.io
2525
- name: Set up Go
2626
uses: actions/setup-go@v2
2727
with:

0 commit comments

Comments
 (0)