From f911bc5332ebef77972f3c84b79cfc99e229482a Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 14 Sep 2023 17:55:56 +0300 Subject: [PATCH] One more CI fix :( Signed-off-by: Dimitris Karakasilis --- .github/workflows/reusable-upgrade-latest-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-upgrade-latest-test.yaml b/.github/workflows/reusable-upgrade-latest-test.yaml index 531d5def8..166820696 100644 --- a/.github/workflows/reusable-upgrade-latest-test.yaml +++ b/.github/workflows/reusable-upgrade-latest-test.yaml @@ -67,7 +67,7 @@ jobs: - run: | # release-downloader globing matches more than one iso. Make sure # we use the right one. - ISO=$(ls kairos-${{ inputs.flavor }}*.iso | grep -v ipxe) + ISO=$(ls kairos-core-${{ inputs.flavor }}-amd64-generic-v*.iso | grep -v ipxe) earthly +run-qemu-test --PREBUILT_ISO=$ISO \ --FLAVOR=${{ inputs.flavor }} \ --CONTAINER_IMAGE=ttl.sh/kairos-${{ inputs.flavor }}-${{ github.sha }}:24h \