docs: final cache storage fixups

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2022-09-22 10:50:59 +01:00
parent 91f0ed3fc3
commit f823d3c73c
3 changed files with 13 additions and 12 deletions

View File

@ -30,15 +30,15 @@ $ docker buildx build . --push -t <registry>/<image> \
Common parameters:
- `name`: the name of the cache image.
Parameters for `--cache-to`:
- `account_url`: the base address of the blob storage account, for example:
`https://myaccount.blob.core.windows.net`. See
[authentication](#authentication).
- `secret_access_key`: specifies the
[Azure Blob Storage account key](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage),
see [authentication](#authentication).
Parameters for `--cache-to`:
- `mode`: specify cache layers to export (default: `min`), see
[cache mode](./index.md#cache-mode)