Skip to content

Commit c7494a0

Browse files
committed
fix: syntax
1 parent e23d6f9 commit c7494a0

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=${{ VERSION }}
73+
build-args: |
74+
"VERSION=${{ VERSION }}"

0 commit comments

Comments
 (0)