2iq/Create AWS ECR repository
Creates AWS ECR repository if not available
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 18, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 2iq/aws-ecr-create-repository@8c2ca9a42c3c423dd807a729f9f380dd737c2e0c # no releases — HEAD as of 2026-07-19tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ecr-name | Name of the repository. If not provided, the current git repository name is used. | no | — |
Outputs
| name | description |
|---|---|
| ecr-name | The name of the ECR repository. Same as `ecr-name` in inputs. |
| ecr-arn | The ARN of the ECR repository. |
| ecr-uri | The URI of the ECR repository. |