buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
112 stars 106 forks source link

Volume variable interpolation #217

Closed toote closed 2 years ago

toote commented 2 years ago

Adds a new option to allow for variable interpolation in the volumes option.

It is behind a gate because it uses eval so it may be a security risk.

Closes #189