docs: bake pull attr is a boolean

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-10-17 10:26:29 +02:00
parent 8d32cabc22
commit 680cdf1179
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ The following example forces the builder to always pull all images referenced in
```hcl ```hcl
target "default" { target "default" {
pull = "always" pull = true
} }
``` ```