We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GIT_V_VERSION
1 parent fcae33d commit 1127ff1Copy full SHA for 1127ff1
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
cache-from: type=gha
62
cache-to: type=gha,mode=max
63
build-args: |
64
- GIT_V_VERSION=${{ steps.semantic.outputs.new_release_version }}
+ GIT_V_VERSION=${{ needs.release.outputs.version }}
65
66
publish_arm:
67
needs:
@@ -103,6 +103,8 @@ jobs:
103
platforms: linux/${{ env.arch }}
104
tags: ${{ steps.meta.outputs.tags }}
105
no-cache: true
106
+ build-args: |
107
108
109
merge_manifest:
110
needs: [release, publish_x86, publish_arm]
0 commit comments