Skip to content

Commit

Permalink
take version from output
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 10, 2024
1 parent 2982998 commit efa8110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
file: ./Dockerfile
push: false
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
${{ env.IMAGE_NAME }}:${{ needs.set-variables.outputs.IMAGE }}
${{ env.IMAGE_NAME }}:latest
push_to_registry:
Expand All @@ -77,5 +77,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
${{ env.IMAGE_NAME }}:${{ needs.set-variables.outputs.IMAGE }}
${{ env.IMAGE_NAME }}:latest

0 comments on commit efa8110

Please sign in to comment.