mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
split steps
This commit is contained in:
parent
209e77ad6b
commit
488b80012e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/iso.yml
vendored
5
.github/workflows/iso.yml
vendored
|
|
@ -40,13 +40,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Download container to cache
|
- name: Mark local registry as http
|
||||||
run: |
|
run: |
|
||||||
cat << EOF >> /etc/containers/registries.conf
|
cat << EOF >> /etc/containers/registries.conf
|
||||||
[[registry]]
|
[[registry]]
|
||||||
location = "localhost:8080"
|
location = "localhost:8080"
|
||||||
insecure = true
|
insecure = true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
- name: Download container to cache
|
||||||
|
run: |
|
||||||
podman pull http://localhost:8080/ublue-os/base-main:39
|
podman pull http://localhost:8080/ublue-os/base-main:39
|
||||||
|
|
||||||
- name: Show downloaded files
|
- name: Show downloaded files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue