abronin/Retag Docker image in AWS ECR without pulling
Retag existing Docker image in AWS ECR without pulling
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 24, 2026
- Maintenance Recency
- Stalelast commit Feb 27, 2024
- License
- MIT
Pinned Snippet
uses: abronin/ecr-retag-action@a35673037e268770b7fbc1a3513d0003727d9301 # v1.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-account-id | The AWS account ID associated with the registry that contains the image to retag (the default registry of user is assumed) | no | — |
| aws-region | AWS Region (e.g. us-east-2; not required if you provide AWS_REGION env variable) | no | — |
| repository | ECR repository name (e.g. namespace/image) | yes | — |
| tag | Image tag you want to add new tags to (e.g. latest) | yes | — |
| new-tags | List of tags you want to add (e.g. v1.2.3, production, sha-1234asdf) | yes | — |
Outputs
no outputs