Add working-directory option

Signed-off-by: Danilo Tuler <tuler@pobox.com>
This commit is contained in:
Danilo Tuler
2022-07-08 08:53:34 -04:00
parent c7fa0af149
commit e917a42053
6 changed files with 14 additions and 4 deletions

View File

@@ -82,6 +82,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 |
| `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`) |