Skip to content

Commit

Permalink
add sha to version
Browse files Browse the repository at this point in the history
Signed-off-by: ygelfand <[email protected]>
  • Loading branch information
ygelfand committed Feb 21, 2024
1 parent 31610c6 commit f81dcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: .
build-args: |
"BUILD_VERSION=${{ steps.meta.outputs.version }}"
"BUILD_VERSION=${{ steps.meta.outputs.version }}-${GITHUB_SHA::8}"
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit f81dcf2

Please sign in to comment.