Skip to content

Commit

Permalink
Fix tags format for Docker GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 17, 2023
1 parent 84e2e3b commit 6ec1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
with:
context: .
push: true
tags: ${GITHUB_REPOSITORY}:latest,${GITHUB_REPOSITORY}:${IMAGE_TAG}
tags: ${{ env.GITHUB_REPOSITORY }}:latest,${{ env.GITHUB_REPOSITORY }}:${IMAGE_TAG}

0 comments on commit 6ec1fb6

Please sign in to comment.