From 7ecd9471d0c1aeaf9a60e5c17c15c2f000f1f1d5 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 14 Feb 2024 18:26:38 -0800 Subject: [PATCH] chore(ci): Set layers to false, should squash our changes into one layer and leave existing ones alone. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5889309b..1901fa2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -234,7 +234,7 @@ jobs: oci: false extra-args: | --target=${{ matrix.base_name }} - --layers=true + --layers=false - name: Sign kernel uses: EyeCantCU/kernel-signer@v0.1.3