From 12cf8466a0923e78939fdd997a159e9b53bfc950 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Fri, 6 Dec 2024 15:07:50 -0800 Subject: [PATCH] ci/build-images: Don't push neonvm-daemon to ECR It's causing the release workflow to fail [1], and at this point it's not necessary because the neonvm-daemon is only needed when running vm-builder to build VM images (rather than e.g., being required at runtime). [1]: https://github.com/neondatabase/autoscaling/actions/runs/12207391166/job/34058771593 --- .github/workflows/build-images.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index b8a1771b9..071d52d93 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -331,7 +331,6 @@ jobs: neonvm-controller \ neonvm-vxlan-controller \ neonvm-runner \ - neonvm-daemon \ vm-kernel \ autoscale-scheduler \ autoscaler-agent \