ci: fix static pipeline

This commit is contained in:
Kévin Dunglas
2024-04-24 11:42:25 +02:00
parent fe7d69d01b
commit 6597b71f52

View File

@@ -121,7 +121,7 @@ jobs:
uses: docker/bake-action@v4
with:
pull: true
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
load: ${{ (!fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc) && true || false }}
targets: static-builder
set: |
${{ matrix.debug && 'static-builder.args.DEBUG_SYMBOLS=1' || '' }}