Skip to content

Commit 7abad9d

Browse files
committed
fix: version args syntax
1 parent 17777b1 commit 7abad9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
push: true
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
73-
build-args:
74-
- VERSION=${{ basename ${GITHUB_REF}) }}
73+
build-args: |
74+
VERSION=${{ basename ${GITHUB_REF}) }}

0 commit comments

Comments
 (0)