buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
171 stars 138 forks source link

Build simplification #418

Closed toote closed 6 months ago

toote commented 7 months ago

Simplified configuration removing image-repository and image-name configurations. Changed the way build and push interact. Now builds do not push, so metadata to signal pre-built images to further steps in the pipeline is moved to pushes as well.

Also refactored the logic to create override files only when necessary and with other information (like target values), thus correcting #391