Merge pull request #61 from northtyphoon/bindu/readme

fix the typo in --cache-to example
pull/64/head
Tibor Vass 6 years ago committed by GitHub
commit 7339f85248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@ Examples:
docker buildx build --cache-to=user/app:cache .
docker buildx build --cache-to=type=inline .
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 .
```

Loading…
Cancel
Save