nerd-coder/Fetch Docker Hub Tags

A GitHub Action to fetch and list all tags of a specified Docker image from Docker Hub.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoDocker Hub repository to fetch tags from.yes
filterOptional RegEx filter to apply when fetching tags.no
max_pagesMaximum number of Docker Hub tag pages to fetch. Use -1 to fetch all pages.no1
tokenOptional token to authenticate with Docker Hub.no
namedescription
nameName of the Docker image.
full_sizeFull size of the Docker image.
architectureArchitecture(s) of the Docker image (comma-separated if multiple).
last_updatedTimestamp of when the image was last updated.
digestDigest of the Docker image.
matched-groupsJSON array of RegEx capture groups from the selected tag.
resultsJSON array of all matching Docker image tags.