v4.12.0 (🤧 With a Cold)
github-actions
released this
10 Apr 19:55
·
306 commits
to refs/heads/master
since this release
Changes
- Add skip-pull support to build phase (#384) @supaspoida
- Fix
ssh
option in builds (#383) @toote - README updates (#378 / #381) @pzeballos / @supaspoida
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.11.0:
+ docker-compose#v4.12.0:
image: someimage
workdir: /app