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
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ Following inputs can be used as `step.with` keys
228
228
| `network` | String | Set the networking mode for the `RUN` instructions during build |
229
229
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
230
230
| `no-cache-filters` | List/CSV | Do not cache specified stages |
231
-
| `outputs` | List | List of [output destinations](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#output) (format: `type=local,dest=path`) |
231
+
| `outputs`¹ | List | List of [output destinations](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#output) (format: `type=local,dest=path`) |
232
232
| `platforms` | List/CSV | List of [target platforms](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#platform) for build |
233
233
| `pull` | Bool | Always attempt to pull all referenced images (default `false`) |
234
234
| `push` | Bool | [Push](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#push) is a shorthand for `--output=type=registry` (default `false`) |
@@ -241,6 +241,10 @@ Following inputs can be used as `step.with` keys
241
241
| `ulimit` | List | [Ulimit](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#-set-ulimits---ulimit) options (e.g., `nofile=1024:1024`) |
242
242
| `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) |
243
243
244
+
> **Note**
245
+
>
246
+
> * ¹ multiple `outputs` are [not yet supported](https://github.com/moby/buildkit/issues/1555)
0 commit comments