abronin/Retag Docker image in AWS ECR without pulling
Retag existing Docker image in AWS ECR without pulling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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