mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
fix: workflow
This commit is contained in:
parent
1fa98f4f02
commit
18ae3ce0a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Download image
|
||||
run: |
|
||||
podman pull ghcr.io/ublue-os/base-main:39
|
||||
podman save --format oci-archive -o base-main-39.tar ghcr.io/ublue-os/base-main:39
|
||||
podman save --format oci -o container ghcr.io/ublue-os/base-main:39
|
||||
podman rmi ghcr.io/ublue-os/base-main:39
|
||||
|
||||
- name: Create boot.iso
|
||||
|
|
@ -84,4 +84,4 @@ jobs:
|
|||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
overwrite: true
|
||||
overwrite: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue