mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
needs to be a pull
This commit is contained in:
parent
5fbe7e3143
commit
079bbe9b0a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -98,7 +98,8 @@ jobs:
|
||||||
|
|
||||||
- name: Download container to cache
|
- name: Download container to cache
|
||||||
run: |
|
run: |
|
||||||
podman save dockerregistry:5000/ublue-os/base-main:39 > /dev/null
|
podman pull dockerregistry:5000/ublue-os/base-main:39
|
||||||
|
podman rmi dockerregistry:5000/ublue-os/base-main:39
|
||||||
|
|
||||||
- name: Show downloaded files
|
- name: Show downloaded files
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue