From 488b80012e4c279ec91e362050697c2700eb9d34 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:08:04 +0000 Subject: [PATCH] split steps --- .github/workflows/iso.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 277c4fc..b7f48b6 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -40,13 +40,16 @@ jobs: with: submodules: recursive - - name: Download container to cache + - name: Mark local registry as http run: | cat << EOF >> /etc/containers/registries.conf [[registry]] location = "localhost:8080" insecure = true EOF + + - name: Download container to cache + run: | podman pull http://localhost:8080/ublue-os/base-main:39 - name: Show downloaded files