Merge pull request #3473 from rcjsuen/no-cache-docs-fix
Correct no-cache attribute to be a boolean
This commit is contained in:
@@ -883,7 +883,7 @@ This is the same as the `--no-cache` flag for `docker build`.
|
||||
|
||||
```hcl
|
||||
target "default" {
|
||||
no-cache = 1
|
||||
no-cache = true
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user