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 4285828187
commit 7ecd9471d0

View File

@ -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