ethpandaops/Kurtosis Cache GitHub Action
Caches docker images for kurtosis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- MIT
Pinned Snippet
uses: ethpandaops/kurtosis-cache-github-action@b3a3a41c254f630a921605b808f1dc66919c69da # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kurtosis_version | Specific version of Kurtosis to use | no | latest |
| warmup_cache | Warmup cache with dummy testnet | no | true |
| warmup_only | Warmup cache only, do not restore existing cache | no | false |
| cache_prefix | Prefix for the cache | no | kurtosis-docker |
| s3_access_key | S3 access key | no | — |
| s3_secret_key | S3 secret key | no | — |
| s3_bucket | S3 bucket | no | — |
| s3_endpoint | S3 endpoint | no | s3.amazonaws.com |
| s3_insecure | S3 secure | no | false |
| s3_path | S3 path | no | "" |
Outputs
| name | description |
|---|---|
| kurtosis_version | Kurtosis version |
| cache_hit | Cache hit |
| cachedir | Cachedir |