mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fixed with correct option
This commit is contained in:
parent
18ae3ce0a9
commit
f5645cc675
1 changed files with 1 additions and 1 deletions
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- name: Download image
|
- name: Download image
|
||||||
run: |
|
run: |
|
||||||
podman pull ghcr.io/ublue-os/base-main:39
|
podman pull ghcr.io/ublue-os/base-main:39
|
||||||
podman save --format oci -o container ghcr.io/ublue-os/base-main:39
|
podman save --format oci-dir -o container ghcr.io/ublue-os/base-main:39
|
||||||
podman rmi ghcr.io/ublue-os/base-main:39
|
podman rmi ghcr.io/ublue-os/base-main:39
|
||||||
|
|
||||||
- name: Create boot.iso
|
- name: Create boot.iso
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue