actions-marketplace-validations/Check if Docker image with tag exists in ECR
Check if specified tag image exists in your ECR repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| region | AWS region | yes | — |
| repository-name | Repository name | yes | — |
| image-tag | Image tag | yes | — |
| access-key-id | AWS access key id | no | — |
| secret-access-key | AWS secret access kry | no | — |
Outputs
| name | description |
|---|---|
| image-exists | Flag indicating whether the docker image exists or not |