actions-marketplace-validations/Docker Cache
Cache Docker images whether built or pulled.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 27, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/scribemd_docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | The cache key to ferry to the official GitHub cache action. restore-keys are not supported, because partial cache restoration leads to a "snowball" effect. | yes | — |
| read-only | If "true", disables saving the cache upon cache miss | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | The ferried output of the official GitHub cache action. True on cache hit (even if the subsequent docker load failed) and false on cache miss. |