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: on:
workflow_dispatch: workflow_dispatch:
#push: push:
#branches: branches:
# - main - main
jobs: jobs:
build-iso: build-iso:
@@ -18,6 +18,11 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 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 - name: Pull bootc-image-builder container
run: | run: |
docker pull quay.io/centos-bootc/bootc-image-builder:latest docker pull quay.io/centos-bootc/bootc-image-builder:latest