iqgeo/Extract Version Information

Extracts and normalizes version information from git refs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 12, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: iqgeo/devops-engineering-ci-public-extract-version-action@84c6b941f33b3fa68fdac3b94778c5b97c9232bb # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
acrAzure container registry name
moduleModule used to query ACR with skopeo to determine latest tag
image_referenceReference to image used to query ACR with skopeo to determine latest tag
ref_nameThe git ref name to processyes${{ github.ref_name }}
registry_usernameIQGeos Azure container registry username for logging into Azureyes
registry_passwordIQGeos Azure container registry password for logging into Azureyes
engineering_prefixEngineering prefix to place multi arch images in Harbordevops_sandbox_engineering
namedescription
build_idUnique build identifier
is_releaseWhether this is a pre-release or release version
major_versionMajor version (X format)
minor_versionMinor version (X.Y format)
shortened_versionShortened version for language packs repo
tagPrimary tag (e.g., "1.2.3", "1.2alpha1")
tagsComma-separated list of all tags to apply
namespaceEnvironment suffix for the per-product namespace (pre or stable); downstream constructs pmg-{product}-{suffix}. Defaults to empty string if not applicable which skips redeploy to PMG step