mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-10-30 18:07:45 +00:00
fix: disable maximize_build_space to ensure build deps are available
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -145,9 +145,9 @@ jobs:
|
||||
- name: Build secureblue
|
||||
uses: blue-build/github-action@v1.6.1
|
||||
with:
|
||||
cli_version: v0.8.11
|
||||
cli_version: v0.8.12
|
||||
recipe: ${{ matrix.recipe }}
|
||||
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
||||
registry_token: ${{ github.token }}
|
||||
pr_event_number: ${{ github.event.number }}
|
||||
maximize_build_space: true
|
||||
maximize_build_space: false
|
||||
|
||||
Reference in New Issue
Block a user