Skip to content

Commit 15f21ba

Browse files
committed
ci: Use tag as version build arg
1 parent 5419779 commit 15f21ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
5050
build-args: |
51-
VERSION=custom
51+
VERSION=${{ inputs.tag }}
5252
COMMIT_HASH=${{ github.sha }}

0 commit comments

Comments
 (0)