From f36198c04aa6e35c9fb0dfa5b5bcee84c3910b49 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 15 Jun 2025 15:53:32 +0100 Subject: [PATCH] Fetch the upstream latest image on build --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index cd972cc..64cbe67 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - name: Fetch latest image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' run: | - podman pull cremin.dev/jonathan/ublue-silverblue-main:42 + podman pull ghcr.io/ublue-os/silverblue-main:42 - name: Build image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' uses: https://cremin.dev/actions/buildah-build@v2 @@ -81,7 +81,7 @@ jobs: - name: Fetch latest image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' run: | - podman pull cremin.dev/jonathan/ublue-silverblue-nvidia:42 + podman pull ghcr.io/ublue-os/silverblue-main:42 - name: Build image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' uses: https://cremin.dev/actions/buildah-build@v2