Hello,
Is there any way to use a remote cache for Dagger?
I'm using Dagger with Depot, which mostly works, except when new machines need to be spun up to handle load and their cache isn't saved so I start getting a ton of cache misses and really slow CI builds.
Feels like a remote cache using a docker registry or similar would work really well.