Skip to content

Commit

Permalink
fixes release commit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 10, 2023
1 parent 476de7d commit b1c2d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
${{ inputs.image_repo }}/${{ inputs.image_name }}
tags: |
type=raw,enable=true,value=${{ env.RELEASE_VERSION }}
type=raw,enable=true,value=${{ env.GITHUB_SHA }}
type=raw,enable=true,value=${{ env.RELEASE_COMMIT }}
type=raw,enable=true,value=latest
- name: Registry Auth
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.7
v0.2.8

0 comments on commit b1c2d65

Please sign in to comment.