🚀 Just launched: the Depot CI API
← Back to changelog

Mount a durable cache disk thats supports multi-write and persists content between runs.

Some use cases:

  • 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

Watch out: 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. Manage your disks from the Depot CI settings page.

The feature is free to use during the beta period.