Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/manuals/build/cache/backends/gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions content/manuals/build/cache/backends/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down