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