Skip to content

Commit

Permalink
Fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbonito committed May 6, 2020
1 parent 4e240ac commit 6e1f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
env:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
run: echo "${DOCKER_HUB_TOKEN} | docker login -u frozenbonito --password-stdin
run: echo "${DOCKER_HUB_TOKEN}" | docker login -u frozenbonito --password-stdin

- name: Get release version
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 6e1f8eb

Please sign in to comment.