FIX: build-disk workflow

This commit is contained in:
2025-11-16 14:55:54 +01:00
parent 35138f0fc8
commit 04d0ffcb46
3 changed files with 2 additions and 21 deletions

View File

@@ -23,6 +23,7 @@ env:
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
DEFAULT_TAG: "latest"
BIB_IMAGE: "ghcr.io/lorbuschris/bootc-image-builder:20250608" # "quay.io/centos-bootc/bootc-image-builder:latest" - see https://github.com/osbuild/bootc-image-builder/pull/954
ROOTFS: ext4
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -79,6 +80,7 @@ jobs:
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
chown: ${{ env.USER_UID }}:${{ env.USER_GID }}
types: ${{ matrix.disk-type }}
rootfs: ${{ env.ROOTFS }}
additional-args: --use-librepo=True
- name: Upload disk images and Checksum to Job Artifacts