Skip to content

Commit

Permalink
fix: properly set the version used for the image tag (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 12, 2023
1 parent 57977e2 commit 8f983aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
with:
push: true
tags: |
${{ env.REGISTRY }}/open-feature/${{ env.IMAGE_NAME }}:${{ steps.release.outputs.tag_name }}
${{ env.REGISTRY }}/open-feature/${{ env.IMAGE_NAME }}:${{ needs.release-please.outputs.release_tag_name }}
${{ env.REGISTRY }}/open-feature/${{ env.IMAGE_NAME }}:latest

0 comments on commit 8f983aa

Please sign in to comment.