v4.15.0 (🫖 Tea Time)
Changes
- Add --skip-pull support to v2 run command (#408) @eugeneotto
- Add more details about
cache-from
property (#409) @pzeballos
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.14.0:
+ docker-compose#v4.15.0:
image: someimage
workdir: /app