Skip to content

Commit 31f3485

Browse files
committed
fix: pass VERSION build arg to Docker release build
1 parent 4d61343 commit 31f3485

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
push: true
7676
tags: ${{ steps.meta.outputs.tags }}
7777
labels: ${{ steps.meta.outputs.labels }}
78+
build-args: |
79+
VERSION=${{ github.ref_name }}
7880
cache-from: type=gha
7981
cache-to: type=gha,mode=max
8082
provenance: false

0 commit comments

Comments
 (0)