int128/create-ecr-repository-action
Create Amazon ECR repository if not exist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: int128/create-ecr-repository-action@b2168bf8c20f33057eccdb06e542b95f8206e5e9 # v1.481.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| public | set true to create into ECR Public registry | yes | false |
| repository | repository name to create | yes | — |
| lifecycle-policy | path to lifecycle policy file of the repository (optional) | no | — |
| repository-policy | path to repository policy file of the repository (optional) | no | — |
Outputs
| name | description |
|---|---|
| repository-uri | URI of the repository, i.e. ACCOUNT.dkr.ecr.REGION.amazonaws.com/NAME |