Skip to content

Commit

Permalink
Fix github_sha build arg in release CI (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Vasko <[email protected]>
  • Loading branch information
Lirt authored May 9, 2023
1 parent 748363a commit 32ce39b
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 @@ -25,4 +25,4 @@ jobs:
no-cache: true
build-args: |
VERSION=${{ github.ref_name }}
GIT_SHA=${{ GITHUB_SHA }}
GIT_SHA=${{ github.sha }}

0 comments on commit 32ce39b

Please sign in to comment.