You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `workdir` | String | Working directory of execution |
203
204
| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/bake/remote-definition/) |
| `call` | String | Set method for evaluating build (e.g., check) |
205
207
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
206
-
| `workdir` | String | Working directory of execution |
207
-
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
208
208
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
209
209
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
210
210
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
211
211
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
212
212
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
213
213
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
214
214
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (e.g., `targetpattern.key=value`) |
215
+
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
215
216
| `github-token` | String | API token used to authenticate to a Git repository for [remote definitions](https://docs.docker.com/build/bake/remote-definition/) (default `${{ github.token }}`) |
0 commit comments