What's Changed
- Change behavior of
builder.use
to only use builder once by @KevinSnyderCodes in #478 - Quiet push by @toote in #480
- Multiline labels docs by @toote in #481
- Allow empty entrypoint by @toote in #485
New Contributors
- @KevinSnyderCodes made their first contribution in #478
Full Changelog: v5.7.0...v5.8.0
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v5.7.0:
+ docker-compose#v5.8.0:
image: someimage
workdir: /app