Update build-installer-iso.yml

This commit is contained in:
humocs-man
2026-03-11 21:58:07 +01:00
committed by GitHub
parent aa3cb8dc92
commit 76c1f620c5
+8 -3
View File
@@ -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