Skip to content

Commit

Permalink
fix: New release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 5, 2023
1 parent 8e19c71 commit 36e4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: ${{ steps.version.outputs.version != '' }}
with:
version: ${{ steps.version.outputs.version }}
image: ${{ env.IMAGE_NAME }}
image: ${{ secrets.DOCKERHUB_USER }}/${{ env.IMAGE_NAME }}
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
token: ${{ secrets.EVENT_TRIGGERING_GITHUB_TOKEN }}

0 comments on commit 36e4368

Please sign in to comment.