microscopic-river-74022
11/06/2025, 9:16 PMmicroscopic-river-74022
11/06/2025, 9:16 PMclusterBuildkit:
cache:
- type: registry
mode: auto
This automatically imports cached layers from a Docker image tag named _buildcache and uploads cache information after builds complete. [Configuration reference]()
3. **Remote Container Builder**: Garden includes a Remote Container Builder that builds containers faster and caches results, so actions don't run unless they need to. [Garden Basics]()
## GitHub Build Cache Integration
The knowledge sources do not explicitly mention integration with GitHub's native build cache for garden build and garden publish commands. Garden appears to rely on its own caching mechanisms (Team Caching and registry-based BuildKit caching) rather than GitHub Actions' cache.microscopic-river-74022
11/06/2025, 9:16 PMmicroscopic-river-74022
11/06/2025, 9:16 PM