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 }}