actions-marketplace-validations/Fetch Image Digest from GCB
Use the GCB API to extract the Docker digest of a build completed for a given git SHA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target_image | The name of the image to find the digest for | yes | — |
| google_application_credentials | Service account credentials for your Google Cloud project | yes | — |
Outputs
| name | description |
|---|---|
| digest | The Docker digest for the image pulled from GCB |
| sha | The git sha associated with the image, if available |