actions-marketplace-validations/Docker Layer Caching 2

Cache docker/podman images created between main run and post run

View on GitHub

Trust Signals

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

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/dabreadman_action-docker-layer-caching@2ed746cf46d2867af4338bf6074a32d85281f0d2 # no releases — HEAD as of 2026-07-15

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}
containerDocker or PodmannoDocker
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