Skip to content

Commit

Permalink
Make the name better
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Apr 24, 2023
1 parent 88596fe commit 1b2e2c1
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 @@ -53,5 +53,5 @@ jobs:
with:
context: .
push: true
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
build-args: RELEASE_TAG=${{ env.VERSION }}

0 comments on commit 1b2e2c1

Please sign in to comment.