I am currently integrating the rust sdk into github actions, and is wondering about buildx layer caching. During local development layer caching works as it should because it shares the same dagger-engine container and as such caching. However, it becomes at bit of a struggle when working in actual CI.
Would the preferred way be to publish/pull images for layer caches? Or do we have another mechanism to get the same effect?
Also where are cache volumes stored by default? so that I could maybe use the built-in caching mechanism in github actions.