actions-marketplace-validations/Get Docker Image Label
Retrieves a label from a specified docker image and returns its value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 22, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/flownative_action-docker-get-label@2182f4ca0d9b142e8a2a7dd4cd62c84f5af4fd9e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The Docker image name and tag, for example "flownative/php:7.4" | yes | "" |
| registry_username | Username for the registry | no | "" |
| registry_password | Password for the registry | no | "" |
| registry_endpoint | Endpoint of the registry. For example, `https://docker.pkg.github.com/v2/` | no | "" |
| label | The label identifier, for example "org.label-schema.version" | yes | "" |
Outputs
| name | description |
|---|---|
| value | The label value of the specified label, if it exists |