pew-actions/playeveryware/action-image-exists
Determine if an images exists on a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Access token for the container registry | yes | — |
| organization | Name of the GitHub organization with the container registry | yes | PlayEveryWare |
| image-name | Name of the image to check | yes | — |
| image-tag | Tag of the image to check | yes | — |
| package-type | Type of package to query | no | container |
Outputs
| name | description |
|---|---|
| exists | Boolean value of whether or not the image:tag exists on the registry |