satackey/Docker Layer Caching
Cache images created between main run and post run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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