Skip to content

Releases: abronin/ecr-retag-action

v1.7.0

27 Feb 03:37
a356730
Compare
Choose a tag to compare

What's Changed

  • update dependencies
  • update action runtime to node20

by @IndraGunawan in #9

v1.6.0

14 Jun 16:22
38afa46
Compare
Choose a tag to compare

What's Changed

v1.5.0

26 May 17:48
e40f580
Compare
Choose a tag to compare

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 optional aws-account-id input
  • use @aws-sdk/client-ecr package instead of aws-sdk. it reduces generate dist file

This release is completely delivered by @IndraGunawan.

v1.4.0

07 Feb 12:52
Compare
Choose a tag to compare

No error in case of image already exists exception

v1.3.0

22 Nov 20:19
Compare
Choose a tag to compare

v1.2.0

22 Nov 19:18
Compare
Choose a tag to compare
  • aws-region is required now
  • new aws-account-id input for ability to push to not main account

v1.1.0

20 Nov 18:45
Compare
Choose a tag to compare
  • 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

20 Nov 17:34
Compare
Choose a tag to compare
  • Initial version