Update build-live-iso.yml
This commit is contained in:
@@ -19,7 +19,6 @@ jobs:
|
|||||||
uses: ./.github/workflows/reusable-build-iso-anaconda.yml
|
uses: ./.github/workflows/reusable-build-iso-anaconda.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
image_version: fluffy-pancake
|
|
||||||
image_tag: stable
|
image_tag: stable
|
||||||
upload_artifacts: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_artifacts || false }}
|
upload_artifacts: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_artifacts || false }}
|
||||||
upload_r2: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_r2 || true }}
|
upload_r2: ${{ github.event_name == 'workflow_dispatch' && inputs.upload_r2 || true }}
|
||||||
|
|||||||
Reference in New Issue
Block a user