patriotsoftware/Promote ECR Image
Promote an ECR Image from one AWS account to another.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-aws-access-key-id | The source AWS Access key for authentication. | yes | — |
| source-aws-secret-access-key | The source AWS Secret key for authentication. | yes | — |
| source-aws-region | The source AWS Region for authentication. | no | us-east-1 |
| destination-aws-access-key-id | The destination AWS Access key for authentication. | yes | — |
| destination-aws-secret-access-key | The destination AWS Secret key for authentication. | yes | — |
| destination-aws-region | The source AWS Region for authentication. | no | us-east-1 |
| ecr-repo-name | The name of the ECR repository to use and create in the destination account. This is also the image name. The branch will be added automatically if necessary. | yes | — |
| image-tag | The image tag to pull. | no | ${{ github.sha }} |
| tag-latest | Tag the image with the image tag and also latest. | no | true |
Outputs
no outputs