Correct no-cache attribute to be a boolean
The documentation is incorrect because no-cache needs to be a boolean. Signed-off-by: Remy Suen <remy.suen@docker.com>
This commit is contained in:
@@ -883,7 +883,7 @@ This is the same as the `--no-cache` flag for `docker build`.
|
|||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
target "default" {
|
target "default" {
|
||||||
no-cache = 1
|
no-cache = true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user