actions-marketplace-validations/Docker Layer Caching

Cache images created between main run and post run

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 16, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/satackey_action-docker-layer-caching@cc3f3828e75cbb45f0cf5139b95329c88480aa97 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
keyAn explicit key for restoring and saving the cacheyesdocker-layer-caching-${{ github.workflow }}-{hash}
restore-keysAn ordered list of keys to use for restoring the cache if no cache hit occurred for keynodocker-layer-caching-${{ github.workflow }}-
concurrencyThe number of concurrency when restoring and saving layersyes4
skip-saveSkip saving layers in the post stepnofalse

no outputs