Durable cache disks for Depot CI jobs are now available in beta

10 JUN, 2026

Mount a durable cache disk that supports multi-write and persists content between runs. The feature is free to use during the beta period.

Use cases include:

  • persist artifacts between runs in a POSIX compatible filesystem
  • fan out: one (or more) runner writes, other runners read the files on the cache disk

Important: The disk mount isn't scoped to a single repository. You may share content across all builds within your Depot org.

Public fork PRs skip mounting and only create the target directory.

To get started, add the depot/cache-mount action into your workflows. View and delete your disks from the Depot CI settings page.

For more information, see the Mount a durable cache guide.

Start building with Depot
in minutes