Skip to content

Commit d6b15ec

Browse files
Merge pull request #95 from maschwenk/mfs-clarify-cache-bits
Clarify cache storage pricing
2 parents ee2bde9 + 4581e6f commit d6b15ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/github-actions/overview.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ In addition, if you use Depot for faster Docker image builds via our [remote con
1919

2020
## Pricing
2121

22+
#### Runners
23+
2224
Depot-managed GitHub Action Runners are available on [all of our pricing plans](/pricing). Each plan includes a bucket of both Docker build minutes and GitHub Actions minutes. Business plan customers can [contact us](mailto:[email protected]) for custom plans.
2325

2426
| | Developer | Startup |
@@ -31,3 +33,9 @@ Startup plans and above can pay for additional usage on a per minute basis for b
3133
### Additional usage pricing for GitHub Actions minutes
3234

3335
The **Startup** and **Business** plans have the option to pay for additional GitHub Actions minutes on a per-minute basis. See the [runner type list](/docs/github-actions/runner-types) for the per-minute pricing for each runner type.
36+
37+
#### Cache storage
38+
39+
Our **10x faster** Github Actions Cache implementation is billed at $0.20 per GB of usage. The usage is calculated by taking a snapshot every hour and then averaging out those snapshots over the course of the month.
40+
41+
To manage the cache storage, every day we evict any cache entries that have not been used in the past 14 days. We plan to add functionality to allow customers to tweak this number as needed in the future.

0 commit comments

Comments
 (0)