Skip to content

Commit 7898cee

Browse files
committed
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>
1 parent 7340343 commit 7898cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bake-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ This is the same as the `--no-cache` flag for `docker build`.
883883

884884
```hcl
885885
target "default" {
886-
no-cache = 1
886+
no-cache = true
887887
}
888888
```
889889

0 commit comments

Comments
 (0)