galaf/Docker Cache
Cache Docker images whether built or pulled.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | The cache key to ferry to the official GitHub cache action. restore-keys are not supported, because partial cache restoration leads to a "snowball" effect. | yes | — |
| read-only | If "true", disables saving the cache upon cache miss | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | The ferried output of the official GitHub cache action. True on cache hit (even if the subsequent docker load failed) and false on cache miss. |