hakwerk/gha-docker-registry-tag-info
GitHub Action to get tag information from a docker registry for a given image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Full image name to find, with format author/image:tag, or image:tag for official images | yes | — |
| os | Image OS to find | — | linux |
| architecture | Image architecture to find | — | amd64 |
| pageLimit | How many pages of results to parse until giving up | — | 10 |
Outputs
| name | description |
|---|---|
| digest | Image digest |
| tagMetadata | Full JSON output of the found image-tag metadata (as read from Docker Registry API) |
| finalImageMetadata | Full JSON output of the found final image metadata, for the OS and architecture specified (as read from Docker Registry API) |