fix: version args syntax
This commit is contained in:
parent
17777b111d
commit
7abad9db01
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -70,5 +70,5 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args:
|
||||
- VERSION=${{ basename ${GITHUB_REF}) }}
|
||||
build-args: |
|
||||
VERSION=${{ basename ${GITHUB_REF}) }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user