We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ade37e commit 3569eecCopy full SHA for 3569eec
.github/workflows/publish-all-channels.yaml
@@ -38,6 +38,6 @@ jobs:
38
with:
39
context: .
40
push: true
41
- build-args:
42
- - CHANNEL_JSON_FILE=${{ matrix.channel.file }}
+ build-args: |
+ CHANNEL_JSON_FILE=${{ matrix.channel.file }}
43
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.channel.tag }}
0 commit comments