Revert "chore(ci): Use ublue fork of buildah"

This reverts commit 42858281872f0d6040dab838291326b8a8b9a406.
This commit is contained in:
Kyle Gospodnetich 2024-02-14 22:14:03 -08:00
parent 9a525787eb
commit 5bfdf48a8a

View File

@ -212,7 +212,7 @@ jobs:
# Build image using Buildah action
- name: Build Image
id: build_image
uses: ublue-os/buildah-build@v3
uses: redhat-actions/buildah-build@v2
with:
containerfiles: |
./Containerfile
@ -232,7 +232,7 @@ jobs:
oci: false
extra-args: |
--target=${{ matrix.base_name }}
--layers=false
--layers=true
- name: Sign kernel
uses: EyeCantCU/kernel-signer@v0.1.3