Update build-installer-iso.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user