Merge pull request #3473 from rcjsuen/no-cache-docs-fix

Correct no-cache attribute to be a boolean
This commit is contained in:
CrazyMax
2025-10-17 09:53:36 +02:00
committed by GitHub
+1 -1
View File
@@ -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
} }
``` ```