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 dba95ff commit 22a9051Copy full SHA for 22a9051
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
args: |
67
${{ env.BUILD_ARGS }} \
68
- --${{ join(steps.info.outputs.architectures, ' --') }} \
+ --${{ join(fromJSON(steps.info.outputs.architectures), ' --') }} \
69
--target /data/${{ matrix.addon }} \
70
--image "${{ steps.check.outputs.image }}" \
71
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
0 commit comments