diff --git a/content/manuals/build/cache/backends/gha.md b/content/manuals/build/cache/backends/gha.md index 81b239995988..901e2697205f 100644 --- a/content/manuals/build/cache/backends/gha.md +++ b/content/manuals/build/cache/backends/gha.md @@ -15,8 +15,9 @@ recommended cache to use inside your GitHub Actions workflows, as long as your use case falls within the [size and usage limits set by GitHub](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy). -This cache storage backend is not supported with the default `docker` driver. -To use this feature, create a new builder using a different driver. See +This cache storage backend is supported with the default `docker` driver +when the containerd image store is enabled. Otherwise, create a new builder +using a different driver. See [Build drivers](/manuals/build/builders/drivers/_index.md) for more information. ## Synopsis diff --git a/content/manuals/build/cache/backends/registry.md b/content/manuals/build/cache/backends/registry.md index ce9a7d4ee0e3..f9420f42e5f9 100644 --- a/content/manuals/build/cache/backends/registry.md +++ b/content/manuals/build/cache/backends/registry.md @@ -18,8 +18,9 @@ everything that the inline cache can do, and more: - It works with other exporters for more flexibility, instead of only the `image` exporter. -This cache storage backend is not supported with the default `docker` driver. -To use this feature, create a new builder using a different driver. See +This cache storage backend is supported with the default `docker` driver +when the containerd image store is enabled. Otherwise, create a new builder +using a different driver. See [Build drivers](/manuals/build/builders/drivers/_index.md) for more information. ## Synopsis