Skip to content

Commit 1127ff1

Browse files
committed
stamp: passing GIT_V_VERSION correctly
1 parent fcae33d commit 1127ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cache-from: type=gha
6262
cache-to: type=gha,mode=max
6363
build-args: |
64-
GIT_V_VERSION=${{ steps.semantic.outputs.new_release_version }}
64+
GIT_V_VERSION=${{ needs.release.outputs.version }}
6565
6666
publish_arm:
6767
needs:
@@ -103,6 +103,8 @@ jobs:
103103
platforms: linux/${{ env.arch }}
104104
tags: ${{ steps.meta.outputs.tags }}
105105
no-cache: true
106+
build-args: |
107+
GIT_V_VERSION=${{ needs.release.outputs.version }}
106108
107109
merge_manifest:
108110
needs: [release, publish_x86, publish_arm]

0 commit comments

Comments
 (0)