Skip to content

Commit 3569eec

Browse files
committed
Fix build-args
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 1ade37e commit 3569eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-all-channels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
build-args:
42-
- CHANNEL_JSON_FILE=${{ matrix.channel.file }}
41+
build-args: |
42+
CHANNEL_JSON_FILE=${{ matrix.channel.file }}
4343
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.channel.tag }}

0 commit comments

Comments
 (0)