neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
164 stars 21 forks source link

ci/vm-example: fix the workflow #1130

Closed bayandin closed 2 weeks ago

bayandin commented 2 weeks ago

vm-example workflow is broken for some time due to the lack of daemon:dev image:

Step 3/39 : FROM daemon:dev AS neonvm-daemon-loader
2024/11/05 04:44:24 pull access denied for daemon, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

This PR fixes it by running make docker-build-daemon command in the job.