Skip to content

Commit

Permalink
It continues...
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Apr 24, 2023
1 parent 72c2ab9 commit 5c5d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
with:
context: .
push: true
tags: ${{ env.DOCKER_REGISTRY }}/giodamelio/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.event.repository }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
build-args: RELEASE_TAG=${{ env.VERSION }}

0 comments on commit 5c5d5b2

Please sign in to comment.