buildkite-plugins / docker-compose-buildkite-plugin

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

"Pre-building the image" example does not work #446

Closed TastyPi closed 1 day ago

TastyPi commented 2 months ago

The documented example "Pre-building the image" does not work https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/blob/master/docs/examples.md#pre-building-the-image

This is a consequence of https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/pull/442

Note that the push doesn't fail the step, it is skipped, as can be seen in the logs

image

Updated instructions for how to pre-build images before running other steps would be appreciated.