Skip to content

Commit

Permalink
fix: publish for docker images (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBAhire authored Jan 7, 2021
1 parent 095b466 commit 2e6c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: publish docker image
uses: hypertrace/github-actions/gradle@main
with:
args: publish dockerPushImages
args: dockerPushImages
env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_PUBLISH_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 2e6c0b8

Please sign in to comment.