From df3ace9ace87c7863bc58bfa1dfc7e70f42073a3 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:52:24 +0000 Subject: [PATCH] force http --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 9c871e4..a123bd5 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -42,7 +42,7 @@ jobs: - name: Download container to cache run: | - podman pull localhost:5000/ublue-os/base-main:39 + podman pull http://localhost:5000/ublue-os/base-main:39 - name: Show downloaded files run: |