mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-15 00:03:45 +08:00
Merge pull request #61 from northtyphoon/bindu/readme
fix the typo in --cache-to example
This commit is contained in:
@@ -317,7 +317,7 @@ Examples:
|
|||||||
docker buildx build --cache-to=user/app:cache .
|
docker buildx build --cache-to=user/app:cache .
|
||||||
docker buildx build --cache-to=type=inline .
|
docker buildx build --cache-to=type=inline .
|
||||||
docker buildx build --cache-to=type=registry,ref=user/app .
|
docker buildx build --cache-to=type=registry,ref=user/app .
|
||||||
docker buildx build --cache-to=type=local,src=path/to/cache .
|
docker buildx build --cache-to=type=local,dest=path/to/cache .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user