Skip to content

Commit

Permalink
ci/build-images: Don't push neonvm-daemon to ECR (#1171)
Browse files Browse the repository at this point in the history
It's causing the release workflow to fail [1], and at this point it's
not necessary because the neonvm-daemon image 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
  • Loading branch information
sharnoff authored Dec 6, 2024
1 parent 3be61c4 commit 623066b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ jobs:
neonvm-controller \
neonvm-vxlan-controller \
neonvm-runner \
neonvm-daemon \
vm-kernel \
autoscale-scheduler \
autoscaler-agent \
Expand Down

0 comments on commit 623066b

Please sign in to comment.