Merge pull request #2744 from dvdksn/bake-docs-pull-bool

docs: bake pull attr is a boolean
This commit is contained in:
CrazyMax
2024-10-17 10:36:10 +02:00
committed by GitHub

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
} }
``` ```