Skip to content

Commit

Permalink
One more CI fix :(
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Sep 14, 2023
1 parent 80d12a5 commit f911bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f911bc5

Please sign in to comment.