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
| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/customize/bake/file-definition/#remote-definition) |
145
-
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
146
-
| `workdir` | String | Working directory of execution |
147
-
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
148
-
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
149
-
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
150
-
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
151
-
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
152
-
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
153
-
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
154
-
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (eg: `targetpattern.key=value`) |
| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/customize/bake/file-definition/#remote-definition) |
165
+
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
166
+
| `workdir` | String | Working directory of execution |
167
+
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
168
+
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
169
+
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
170
+
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
171
+
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
172
+
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
173
+
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
174
+
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (eg: `targetpattern.key=value`) |
175
+
| `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