actions-marketplace-validations/docker-image-context-hash
Calculates a hash for a docker image context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 9, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/5monkeys_docker-image-context-hash-action@047fc62f166a3a09b6d127bc19441eaf07789cdd # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build_context | What path to give to docker as build context | — | . |
| extra_tree_objects | Tree objects (files) to be included in addition to the docker image context | no | — |
Outputs
| name | description |
|---|---|
| hash | An object ID of a docker image context |