mirror of https://github.com/docker/buildx.git
Merge pull request #2744 from dvdksn/bake-docs-pull-bool
docs: bake pull attr is a boolean
This commit is contained in:
commit
9f0ebd2643
|
@ -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