Skip to content

Commit

Permalink
Merge pull request #2744 from dvdksn/bake-docs-pull-bool
Browse files Browse the repository at this point in the history
docs: bake pull attr is a boolean
  • Loading branch information
crazy-max authored Oct 17, 2024
2 parents 8d32cab + 680cdf1 commit 9f0ebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bake-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ The following example forces the builder to always pull all images referenced in

```hcl
target "default" {
pull = "always"
pull = true
}
```

Expand Down

0 comments on commit 9f0ebd2

Please sign in to comment.