v2.1.0 (OK Hand 👌)
Added
- Support build args #123 (@chronotc)
- Add docker-login example #125 (@KevinGrandon)
- Allow specifying the --no-deps flag #117 (@tessereth)
- Show a warning if more than one of build, run and push is used #108 (@lox)
Fixed
- Support multiple values for image-names to match multiple build images #107 (@lox)
- Newer bash versions had "bad substitution" error #128 (@lox)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v2.0.0:
+ docker-compose#v2.1.0:
run: app