mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
ci: fix static pipeline
This commit is contained in:
2
.github/workflows/static.yaml
vendored
2
.github/workflows/static.yaml
vendored
@@ -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' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user