javajawa/Check for Docker tag
Check a remote docker registry for a tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Docker registry to talk to | yes | — |
| repository | The name of the rpository to tag | yes | — |
| tag | The tag to copy | yes | — |
| auth | — | no | — |
Outputs
| name | description |
|---|---|
| exists | 1 if the image exists, 0 otherwise |