Skip to content

Commit

Permalink
Less event
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Apr 24, 2023
1 parent 5c5d5b2 commit b615cec
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 }}/${{ github.event.repository }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
build-args: RELEASE_TAG=${{ env.VERSION }}

0 comments on commit b615cec

Please sign in to comment.