From 5c4678d04d235e2c633f55f1f5a78a54a6f77f78 Mon Sep 17 00:00:00 2001 From: Mick Pollard <261833+aussielunix@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:37:56 +1000 Subject: [PATCH] testing unstable bluebuild cli in GitHub Action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6502a2..e7e1851 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: cosign_private_key: ${{ secrets.SIGNING_SECRET }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} - squash: true - + squash: false + use_unstable_cli: true # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true