Skip to content

Commit 680cdf1

Browse files
committed
docs: bake pull attr is a boolean
Signed-off-by: David Karlsson <[email protected]>
1 parent 8d32cab commit 680cdf1

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)