actions-marketplace-validations/Docker exist action
Check if docker image exist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 1, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kerberosmorphy_docker-exist-action@703cdc4798db717203afadf0511c4be410d15223 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Container Registry | yes | docker.io |
| username | Container Registry Username | yes | — |
| password | Container Registry Password | yes | — |
| image | Image to check | yes | — |
Outputs
| name | description |
|---|---|
| image_exist | If image exist value is 1 else is 0 |