byu-oit/Create ECR Repo if Missing
A GitHub Action for creating AWS ECR repositories if they don't already exist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| DOCKER_REPO_NAME | The ECR repository name | yes | — |
| NUM_DAYS_BEFORE_EXPIRING_UNTAGGED_IMAGES | The number of days after which untagged images will expire | no | 30 |
| TAG_PREFIX | The image tag prefix used so that we can expire old images as new ones are built | no | — |
| NUM_TAGGED_IMAGES_TO_RETAIN | The number of images with the given prefix to retain | no | — |
Outputs
no outputs