mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 01:47:43 +08:00
docs: fix typo in cache docs
We should keep consistency with the rest of the list, and call it "inline" instead of "inline-cache". Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
ac85f590ba
commit
efd1581c01
2
docs/guides/cache/index.md
vendored
2
docs/guides/cache/index.md
vendored
@ -20,7 +20,7 @@ important to keep the runtime of image builds as low as possible.
|
|||||||
|
|
||||||
Buildx supports the following cache storage backends:
|
Buildx supports the following cache storage backends:
|
||||||
|
|
||||||
- `inline-cache`: embeds the build cache into the image.
|
- `inline`: embeds the build cache into the image.
|
||||||
|
|
||||||
The inline cache gets pushed to the same location as the main output result.
|
The inline cache gets pushed to the same location as the main output result.
|
||||||
Note that this only works for the `image` exporter.
|
Note that this only works for the `image` exporter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user