skyhook-io/Skyhook Ensure ECR Repository
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
- Stale
- License
- None
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 |