actions-marketplace-validations/Get Docker Image Last Layer
Retrieves the SHA of the last layer of an image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The Docker image name and tag, for example "netboxcommunity/netbox:latest" | 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 | "" |
Outputs
| name | description |
|---|---|
| value | The SHA of the last image layer; for example "sha256:9111421a798f8f3077c1c1e13ba4d36ed81ee7c29a766e98d9d7dee8ff5024c3". |