buildkite-plugins / docker-compose-buildkite-plugin

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

Fix `ssh` option in builds #383

Closed toote closed 1 year ago

toote commented 1 year ago

Corrects the misuse of the ssh option allowing it to be specified as a string and use default if set to true

Closes #382