kerberosmorphy/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: kerberosmorphy/docker-exist-action@153ce7c926189300b2b0891fe003f7407a0f366c # v1.1.2tags 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 |