Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fetch secrets correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Jun 12, 2020
1 parent c84c2f0 commit 7180276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Login to docker hub
run: |
echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
echo "${{ secrets.DOCKER_PASS }}" | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
- name: Execute goreleaser
run: CGO_ENABLED=0 ../goreleaser --debug
Expand Down

0 comments on commit 7180276

Please sign in to comment.