# retagEcrImage

Retags an existing ECR image without pulling or pushing the image.

## Parameters

| Name         | Description                                          | Type           | Default | Required |
|--------------|------------------------------------------------------|----------------|---------|----------|
| awsRegions   | A list of AWS regions containing ECR repositories    | `List<String>` | n/a     | yes      |
| ecrAccountId | AWS Account ID containing ECR repositories           | `string`       | n/a     | yes      |
| imageName    | Name of Docker image and ECR repository              | `string`       | n/a     | yes      |
| imageTag     | Docker image tag that identifies the image to retag. | `string`       | n/a     | yes      |
| newTag       | The new tag for the Docker image                     | `string`       | n/a     | yes      |
