ci: use local sources when building with Bake

This commit is contained in:
Kévin Dunglas
2025-11-20 05:48:40 +01:00
committed by GitHub
parent 02f900bb97
commit aa1bd23004
2 changed files with 57 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ jobs:
with:
pull: true
load: ${{ !fromJson(needs.prepare.outputs.push) }}
source: .
targets: |
builder-${{ matrix.variant }}
runner-${{ matrix.variant }}