v2.0.0 (↩ Hooks)
release-drafter
released this
08 Apr 04:12
·
141 commits
to master
since this release
Breaking Changes
This now uses an environment hook, instead of pre-command, so you use perform your own ECR commands in your agent pre-command
hook if you need. (#26, thanks @dreyks)
Other Changes
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v1.2.0:
+ ecr#v2.0.0:
login: true