actions-marketplace-validations/Docker Cache

Cache Docker images whether built or pulled.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 27, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/scribemd_docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
keyThe 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-onlyIf "true", disables saving the cache upon cache missnofalse
namedescription
cache-hitThe ferried output of the official GitHub cache action. True on cache hit (even if the subsequent docker load failed) and false on cache miss.