Skip to content

Commit 0ddeddf

Browse files
authored
Merge pull request #89 from gforien/patch-1
docs(README): clarify default value for 'target'
2 parents b07b164 + d7ce3c3 commit 0ddeddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Following inputs can be used as `step.with` keys
8383
| `builder` | String | Builder instance (see [setup-buildx](https://github.com/docker/setup-buildx-action) action) |
8484
| `files` | List/CSV | List of [bake definition files](https://github.com/docker/buildx/blob/master/docs/reference/buildx_bake.md#file) |
8585
| `workdir` | String | Working directory of execution |
86-
| `targets` | List/CSV | List of bake targets |
86+
| `targets` | List/CSV | List of bake targets (if empty, Buildx Bake will build target `default`) |
8787
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
8888
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
8989
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |

0 commit comments

Comments
 (0)