yuzer-software/action-docker-check-image
Check if image already exist on SCW registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| container_registry_server | “Docker private registry url” | yes | — |
| container_registry_login | “Login for image registry” | yes | — |
| container_registry_password | “Password for image registry (token for scw)” | yes | — |
| BATCH | Set to true to check batch docker image | no | — |
| image_name | Set custom image name | no | — |
Outputs
| name | description |
|---|---|
| image_found | Set output if image is found in SCW docker registry |
| image_not_found | Set output if image is not found in SCW docker registry |