chore(ci): Set layers to false, should squash our changes into one layer and leave existing ones alone.

This commit is contained in:
Kyle Gospodnetich 2024-02-14 18:26:38 -08:00
parent b3a2a57c99
commit 3f44d5f58d

View File

@ -232,7 +232,7 @@ jobs:
oci: false
extra-args: |
--target=${{ matrix.base_name }}
--layers=true
--layers=false
- name: Sign kernel
uses: EyeCantCU/kernel-signer@v0.1.3