Merge pull request #1359 from jedevc/cache-inline-typo

docs: fix typo in cache docs
This commit is contained in:
CrazyMax 2022-10-17 22:31:27 +02:00 committed by GitHub
commit 64930d7440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ important to keep the runtime of image builds as low as possible.
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.
Note that this only works for the `image` exporter.