From 83aed8bdc80fcaa89d4d081c6a2993f157620b8e Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Tue, 7 May 2024 13:04:46 +0200 Subject: [PATCH] Update gardenlinux dev build --- .github/workflows/publish-gardenlinux-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-gardenlinux-dev.yaml b/.github/workflows/publish-gardenlinux-dev.yaml index 474b151..b9ac9c3 100644 --- a/.github/workflows/publish-gardenlinux-dev.yaml +++ b/.github/workflows/publish-gardenlinux-dev.yaml @@ -65,7 +65,7 @@ jobs: METAL_INITRD_FILE=initrd METAL_VMLINUZ_FILE=vmlinuz echo "Pushing files to ORAS..." - oras push ghcr.io/ironcore-dev/os-images/gardenlinux:latest \ + oras push ghcr.io/ironcore-dev/os-images/gardenlinux-dev:latest \ $KVM_RAW_FILE:application/vnd.ironcore.image.rootfs.v1alpha1.rootfs \ $METAL_SQUASHFS_FILE:application/vnd.ironcore.image.squashfs.v1alpha1.squashfs \ $METAL_INITRD_FILE:application/vnd.ironcore.image.initramfs.v1alpha1.initramfs \