File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
content/manuals/build/cache/backends Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,11 @@ $ docker buildx build --push -t <registry>/<image> \
8181
8282## Multiple caches
8383
84- BuildKit currently only supports
85- [ a single cache exporter] ( https://github.com/moby/buildkit/pull/3024 ) . But you
86- can import from as many remote caches as you like. For example, a common pattern
87- is to use the cache of both the current branch and the main branch. The
88- following example shows importing cache from multiple locations using the
89- registry cache backend:
84+ BuildKit supports multiple cache exporters, allowing you to push cache to more
85+ than one destination. You can also import from as many remote caches as you'd
86+ like. For example, a common pattern is to use the cache of both the current
87+ branch and the main branch. The following example shows importing cache from
88+ multiple locations using the registry cache backend:
9089
9190``` console
9291$ docker buildx build --push -t < registry> /< image> \
You can’t perform that action at this time.
0 commit comments