Releases: abronin/ecr-retag-action
Releases · abronin/ecr-retag-action
v1.7.0
v1.6.0
What's Changed
- handle response failures by @IndraGunawan in #3
v1.5.0
No BC Break
- update nodejs version to 16
- update dependencies version. replace unmaintained
@zeit/ncc
with@vercel/ncc
- update readme to use with aws-actions/configure-aws-credentials
- fix: add try/catch inside async
run
function - fix:
Error: InvalidParameterException: Invalid parameter at 'registryId' failed to satisfy constraint: 'must satisfy regular expression [0-9]{12}'
on optionalaws-account-id
input - use
@aws-sdk/client-ecr
package instead ofaws-sdk
. it reduces generate dist file
This release is completely delivered by @IndraGunawan.
v1.4.0
No error in case of image already exists exception
v1.3.0
- dist updated
v1.2.0
- aws-region is required now
- new aws-account-id input for ability to push to not main account
v1.1.0
- Environment variables is the only way to set AWS credentials now
- AWS_REGION env var is not a way to set region anymore
- Fixed 'Missing region in config' issue
v1.0.0
- Initial version