telicent-oss/Docker Image Cache Action
This action pulls and caches container images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| images | Specifies one/more image references that should be pulled and cached | yes | — |
| restore-only | Specifies whether the cache should only be restored | no | false |
| temp-path | Specifies a temporary directory used for storing the Docker Image Tarballs | no | .images |
Outputs
| name | description |
|---|---|
| cache-key | The Docker Images cache key generated based upon hashing the provided image references |
| cache-path | The 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. |