actions-marketplace-validations/Cache Container Images Action
Store pulled container images into the local GitHub Actions cache to reduce runtime for subsequent runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| runtime | Container runtime engine | no | podman |
| images | Container images to pull and cache | yes | — |
| prefix-key | The cache namespace. change the value to force a container image cache miss. | no | podman-cache |
Outputs
| name | description |
|---|---|
| cache-hit | True if container images were found and pulled from the cache |