red55/Cache Docker Images
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 | 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. |