docs(README): clarify default value for 'target'

Signed-off-by: Gabriel Forien <gforien@users.noreply.github.com>
This commit is contained in:
Gabriel Forien
2022-08-02 18:23:38 +02:00
committed by GitHub
parent e878ca2dca
commit d7ce3c3dac

View File

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