5monkeys/docker-image-context-hash
Calculates a hash for a docker image context
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 24, 2026
- Maintenance Recency
- Stalelast commit Sep 9, 2024
- License
- MIT
Pinned Snippet
uses: 5monkeys/docker-image-context-hash-action@cb907ab60f4f41260cc1607af1d2e76c5d2306db # v2.0.0tags 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 |