From 76c1f620c5b6fac67e11dd7459815b44efb63761 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:58:07 +0100 Subject: [PATCH] Update build-installer-iso.yml --- .github/workflows/build-installer-iso.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index 9b54410..e5ad4eb 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -2,9 +2,9 @@ name: Build Installer ISO on: workflow_dispatch: - #push: - #branches: - # - main + push: + branches: + - main jobs: build-iso: @@ -18,6 +18,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + # 🔑 WICHTIG: bootc-image-builder zieht Images NICHT selbst + - name: Pull bootc base image + run: | + docker pull ghcr.io/dein/fluffy-pancake:latest + - name: Pull bootc-image-builder container run: | docker pull quay.io/centos-bootc/bootc-image-builder:latest