Skip to content

Commit f8fb2ab

Browse files
authored
Merge pull request #3473 from rcjsuen/no-cache-docs-fix
Correct no-cache attribute to be a boolean
2 parents 7340343 + 7898cee commit f8fb2ab

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)