From 174790ad099dcd264c8f21cf5773e9c3df68f288 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:48:00 +0100 Subject: [PATCH] Update build-live-iso.yml --- .github/workflows/build-live-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-live-iso.yml b/.github/workflows/build-live-iso.yml index dcd0fb6..0c8e9b3 100644 --- a/.github/workflows/build-live-iso.yml +++ b/.github/workflows/build-live-iso.yml @@ -19,7 +19,7 @@ jobs: uses: ./.github/workflows/reusable-build-iso-anaconda.yml secrets: inherit with: - image_version: stable + image_version: fluffy-pancake image_tag: stable upload_artifacts: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_artifacts || false }} upload_r2: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_r2 || true }}