cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
84 stars 25 forks source link

Stack build should not automatically push images #1217

Open sm453 opened 3 months ago

sm453 commented 3 months ago

./stack.sh build currently not only builds but also pushes any built images (there is not even an option to disable that). This is disastrous, as people are using this during development and has caused terabytes of garbage images to accumulate in our image repository.

A more sustainable behaviour would be if the pushing is disabled by default, and can be enabled by passing an optional argument.