koalaops/Ensure ECR Repository Exists
Ensures an Amazon ECR repository exists, creating it if necessary. Requires AWS credentials to be configured.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 10, 2025
- License
- MIT
Pinned Snippet
uses: koalaops/ensure-ecr-repository@9840b812da6c42ff3af35b065f0c6751a7ef13d6 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository-name | The name of the ECR repository to ensure exists | yes | — |
| aws-region | The AWS region where the ECR repository should exist | yes | — |
Outputs
| name | description |
|---|---|
| repository-exists | Whether the repository existed before this action ran |
| repository-uri | The URI of the ECR repository |