actions-marketplace-validations/Docker Layer Caching
Cache images created between main run and post run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/satackey_action-docker-layer-caching@cc3f3828e75cbb45f0cf5139b95329c88480aa97 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | An explicit key for restoring and saving the cache | yes | docker-layer-caching-${{ github.workflow }}-{hash} |
| restore-keys | An ordered list of keys to use for restoring the cache if no cache hit occurred for key | no | docker-layer-caching-${{ github.workflow }}- |
| concurrency | The number of concurrency when restoring and saving layers | yes | 4 |
| skip-save | Skip saving layers in the post step | no | false |
Outputs
no outputs