Whatβs changed?
- All
build
steps now use--pull
, so up-to-date base images are always used (#81) - Fixes macOS bug when recognising v2+
docker-compose.yml
files (#76)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v1.6.0:
+ docker-compose#v1.7.0:
run: app