telicent-oss/Docker Image Cache Action

This action pulls and caches container images

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imagesSpecifies one/more image references that should be pulled and cached yes
restore-onlySpecifies whether the cache should only be restored nofalse
temp-pathSpecifies a temporary directory used for storing the Docker Image Tarballs no.images
namedescription
cache-keyThe Docker Images cache key generated based upon hashing the provided image references
cache-pathThe path associated with the cache entry generated by this action, this in combination with the cache-key output uniquely identifies the cache entry. See https://github.com/actions/cache/blob/main/README.md#cache-version for more context.