From a129c14ba4935a3e877b3d8fedf3606293e18f1d Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:26:50 +0300 Subject: [PATCH 1/2] chore: rename ISO filenames --- .github/workflows/reusable-build-iso-anaconda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-iso-anaconda.yml b/.github/workflows/reusable-build-iso-anaconda.yml index dd8cbd1..b12b21d 100644 --- a/.github/workflows/reusable-build-iso-anaconda.yml +++ b/.github/workflows/reusable-build-iso-anaconda.yml @@ -71,7 +71,7 @@ jobs: image_ref="${IMAGE_REGISTRY}/${image_name}" KARGS="NONE" echo "image_ref=$image_ref" >> "${GITHUB_OUTPUT}" - echo "artifact_format=${image_name}-${IMAGE_VERSION}-webui-$(uname -m)" >> "${GITHUB_OUTPUT}" + echo "artifact_format=${image_name}-${IMAGE_VERSION}-$(uname -m)" >> "${GITHUB_OUTPUT}" echo "kargs=$KARGS" >> "${GITHUB_OUTPUT}" - name: Generate titanoboa-compatible file list From 8c0419b4aafa39cb5bc8cad4b3735196f2c149fb Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:54:44 +0300 Subject: [PATCH 2/2] dont sync old webui ISOs --- .github/workflows/promote-iso.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promote-iso.yml b/.github/workflows/promote-iso.yml index 9dc4634..189f084 100644 --- a/.github/workflows/promote-iso.yml +++ b/.github/workflows/promote-iso.yml @@ -63,6 +63,7 @@ jobs: echo "Promoting ISOs from Test to Production" /home/linuxbrew/.linuxbrew/bin/rclone sync R2_TEST:aurora-dl-test R2_PROD:aurora-dl \ --filter "- *-testing-*" \ + --filter "- *-webui-*" \ --filter "+ *.iso" \ --filter "+ *.iso-CHECKSUM" \ --filter "- *" \