buildkite-plugins / docker-compose-buildkite-plugin

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

Mount checkout path #354

Closed toote closed 2 years ago

toote commented 2 years ago

Changes the behaviour of the recently-added mount-checkout option so that, in addition to a boolean that uses workdir to mount, you can specify an absolute path to use as a mount-point.

This was necessary based on some feedback in the original issue