Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneuhaus committed Feb 7, 2022
1 parent 82a696d commit 32bd50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-releases-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
env:
DH_PWD: ${{ secrets.DOCKERHUB_PASSWORD }}
run: |
echo $DH_PWD | docker login -u stefanneuhaus --password-stdin registry.docker.io
echo $DH_PWD | docker login -u stefanneuhaus --password-stdin
docker push --all-tags stefanneuhaus/dependencycheck-central-mysql

0 comments on commit 32bd50e

Please sign in to comment.