Update build-installer-iso.yml

This commit is contained in:
humocs-man
2026-03-26 20:02:50 +01:00
committed by GitHub
parent b7e0673d6f
commit 42c9c88675
@@ -30,6 +30,12 @@ jobs:
- name: Prepare output directory
run: mkdir -p output
- name: Login to GHCR
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login ghcr.io \
-u ${{ github.actor }} --password-stdin
# Wichtig: Den Pull explizit machen, damit Layer im lokalen Storage landen
- name: Pull base image
run: |