tyriis/docker-image-tag-exists
Check if a given container image tag exists in a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | The container image registry | — | docker.io |
| repository | The container image repository | yes | — |
| tag | The container image tag | yes | — |
| token | The token to access the registry, if not provided you need either to use the docker login action before or the image must be public available | no | — |
Outputs
| name | description |
|---|---|
| tag | will return `found` if image tag is found, otherwise `not found` |