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