Below you will find pages that utilize the taxonomy term “joepitt91”
January 21, 2026
Get Current Digest from Tagged DockerHub Image
Version updated for https://github.com/joepitt91/action-digest-from-dockerhub-image to version v1.1.2.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the current digest for a specified DockerHub image tag, allowing users to identify the exact version of an image based on its tag. It automates the process of querying the DockerHub API with authentication, streamlining workflows that require precise image identification for deployment or validation.
January 19, 2026
Get Latest Version from DockerHub Image Tags
Version updated for https://github.com/joepitt91/action-version-from-dockerhub to version v2.0.2.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest semantic version number from a Docker Hub repository’s tagged images, optionally filtered by version constraints. It automates the process of identifying the most recent suitable image version, simplifying workflows that rely on up-to-date Docker images. Key capabilities include authentication with Docker Hub and support for filtering versions based on specified criteria.
January 19, 2026
Get Latest Version from GitHub Package
Version updated for https://github.com/joepitt91/action-version-from-github-package to version v2.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest version of a specified package from GitHub Packages, supporting various package types such as npm, Maven, Docker, and more. It automates the process of identifying the most recent version of a package, optionally filtered by minimum or maximum version constraints.
January 19, 2026
Get Latest Version from GitHub Tags
Version updated for https://github.com/joepitt91/action-version-from-github-tag to version v2.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest version and corresponding tag from the tags in a specified GitHub repository. It automates the process of identifying the most recent version, with optional filters to specify version ranges. This is particularly useful for workflows that depend on dynamically fetching the latest version of a project or library.
January 17, 2026
Get Current Version from PyPI Module
Version updated for https://github.com/joepitt91/action-version-from-pypi to version v1.1.2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the current version of a specified Python package from PyPI. It automates the process of checking and extracting the latest version of a module, simplifying dependency management and ensuring accurate version tracking in workflows.
Release notes What’s Changed chore(deps): bump certifi from 2025.
January 17, 2026
Get Latest Version from GitHub Releases
Version updated for https://github.com/joepitt91/action-version-from-github-release to version v2.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest release version from a specified GitHub repository, with optional filters for minimum and maximum version ranges. It automates the process of identifying the most recent release version, saving time and ensuring accuracy when managing dependencies or tracking updates.
December 12, 2025
Get Current Digest from Tagged DockerHub Image
Version updated for https://github.com/joepitt91/action-digest-from-dockerhub-image to version v1.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed bump latest-version to 2.0.0 by @joepitt91 in https://github.com/joepitt91/action-digest-from-dockerhub-image/pull/4 Full Changelog: https://github.com/joepitt91/action-digest-from-dockerhub-image/compare/v1.1.0...v1.1.1
December 12, 2025
Get Current Version from PyPI Module
Version updated for https://github.com/joepitt91/action-version-from-pypi to version v1.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes chore: bump get-latest-version to v2.0.0
December 12, 2025
Convert Version to Tags
Version updated for https://github.com/joepitt91/action-version-to-tags to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes chore: bundle dependencies for faster execution
December 11, 2025
Get Latest Version from DockerHub Image Tags
Version updated for https://github.com/joepitt91/action-version-from-dockerhub to version v2.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: use bundled dependencies by @joepitt91 in https://github.com/joepitt91/action-version-from-dockerhub/pull/6 Full Changelog: https://github.com/joepitt91/action-version-from-dockerhub/compare/v2.0.0...v2.0.1
December 11, 2025
Get Latest Version from GitHub Package
Version updated for https://github.com/joepitt91/action-version-from-github-package to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes BREAKING CHANGE: replace minimum_version and maximum_version with greater_equal_version and less_than_version, allowing more natural filtering feat: bundle dependencies for faster execution
December 11, 2025
Get Latest Version from GitHub Tags
Version updated for https://github.com/joepitt91/action-version-from-github-tag to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes BREAKING CHANGE: replace minimum_version and maximum_version with greater_equal_version and less_than_version, allowing more natural filtering feat: bundle dependencies for faster execution