From 079bbe9b0aade0b860ae51a46e2977b49c0275e2 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:44:26 +0000 Subject: [PATCH] needs to be a pull --- .github/workflows/iso.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index c5f7f50..2e055a8 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -98,7 +98,8 @@ jobs: - name: Download container to cache 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 run: |