joepitt91/Get Latest Version from DockerHub Image Tags
Get the latest semantic version number from a Docker Hub repository's tagged images.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- GPL 3.0
Pinned Snippet
uses: joepitt91/action-version-from-dockerhub@d11e0f0891b717efe7891d867413de549312271c # v2.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerhub_username | The user to authenticate to the Docker Hub API as. | yes | — |
| dockerhub_token | The token to authenticate to the Docker Hub API with (must have read access). | yes | — |
| namespace | The namespace the repository is in. Defaults to "library". | no | library |
| repository | The repository to search tags for. | yes | — |
| greater_equal_version | The minimum version to accept, e.g. 2.0.0. Defaults to None. | no | — |
| less_than_version | The version to accept versions less than, e.g. 3.0.0. Defaults to None. | no | — |
Outputs
| name | description |
|---|---|
| tag | The image tag for the latest version. |
| version | The latest version number. |