From eb929bb15cd4bb771d4da66c7a34cf14c61e2f33 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:51:21 +0100 Subject: [PATCH] Update build-live-iso.yml --- .github/workflows/build-live-iso.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-live-iso.yml b/.github/workflows/build-live-iso.yml index 0c8e9b3..36e6f26 100644 --- a/.github/workflows/build-live-iso.yml +++ b/.github/workflows/build-live-iso.yml @@ -19,7 +19,6 @@ jobs: uses: ./.github/workflows/reusable-build-iso-anaconda.yml secrets: inherit with: - 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 }}