From 9911b510eb4b52cfe4b5d62b26738d19b5e187da Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 3 Feb 2025 01:11:12 -0300 Subject: [PATCH] fix: use proper input for bib image --- .github/workflows/build-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index aafa276..27425ae 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -58,7 +58,7 @@ jobs: id: build uses: ublue-os/bootc-image-builder-action@main with: - builder-image: ghcr.io/centos-workstation/bootc-image-builder:latest + bootc-image-builder-image: ghcr.io/centos-workstation/bootc-image-builder:latest use-librepo: true config-file: ./image-builder-iso.config.toml image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}