Skip to content

Commit 9f0ebd2

Browse files
authored
Merge pull request #2744 from dvdksn/bake-docs-pull-bool
docs: bake pull attr is a boolean
2 parents 8d32cab + 680cdf1 commit 9f0ebd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bake-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ The following example forces the builder to always pull all images referenced in
844844

845845
```hcl
846846
target "default" {
847-
pull = "always"
847+
pull = true
848848
}
849849
```
850850

0 commit comments

Comments
 (0)