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
commit 9f0ebd2643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
target "default" {
pull = "always"
pull = true
}
```