mirror of https://github.com/docker/buildx.git
docs: bake pull attr is a boolean
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
8d32cabc22
commit
680cdf1179
|
@ -844,7 +844,7 @@ The following example forces the builder to always pull all images referenced in
|
|||
|
||||
```hcl
|
||||
target "default" {
|
||||
pull = "always"
|
||||
pull = true
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue