File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Following inputs can be used as `step.with` keys
83
83
| `builder` | String | Builder instance (see [setup-buildx](https://github.com/docker/setup-buildx-action) action) |
84
84
| `files` | List/CSV | List of [bake definition files](https://github.com/docker/buildx/blob/master/docs/reference/buildx_bake.md#file) |
85
85
| `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`) |
87
87
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
88
88
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
89
89
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
You can’t perform that action at this time.
0 commit comments