actions-marketplace-validations/Get Docker Image Label

Retrieves a label from a specified docker image and returns its value

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 22, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/flownative_action-docker-get-label@2182f4ca0d9b142e8a2a7dd4cd62c84f5af4fd9e # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
imageThe Docker image name and tag, for example "flownative/php:7.4"yes""
registry_usernameUsername for the registryno""
registry_passwordPassword for the registryno""
registry_endpointEndpoint of the registry. For example, `https://docker.pkg.github.com/v2/`no""
labelThe label identifier, for example "org.label-schema.version"yes""
namedescription
valueThe label value of the specified label, if it exists