mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use ostree-remote-registry
This commit is contained in:
parent
4ba1c04923
commit
4552d2e939
2 changed files with 3 additions and 2 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
run: |
|
||||
podman pull ghcr.io/ublue-os/base-main:39
|
||||
podman save --format oci-archive -o base-main.tar ghcr.io/ublue-os/base-main:39
|
||||
ls -sh base-main.tar
|
||||
|
||||
- name: Create boot.iso
|
||||
env:
|
||||
|
|
@ -69,7 +70,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ISOs
|
||||
path: results/images/*.iso
|
||||
path: results/images/deploy.iso
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue