diff --git a/docs/bake-reference.md b/docs/bake-reference.md index 676fcb99f..2a10239f9 100644 --- a/docs/bake-reference.md +++ b/docs/bake-reference.md @@ -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 } ```