Skip to content

Commit 48888e0

Browse files
authored
Merge pull request #699 from crazy-max/docs-outputs
docs: note about multiple outputs
2 parents e1a1035 + 6b820ad commit 48888e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Following inputs can be used as `step.with` keys
228228
| `network` | String | Set the networking mode for the `RUN` instructions during build |
229229
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
230230
| `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`) |
232232
| `platforms` | List/CSV | List of [target platforms](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#platform) for build |
233233
| `pull` | Bool | Always attempt to pull all referenced images (default `false`) |
234234
| `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
241241
| `ulimit` | List | [Ulimit](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#-set-ulimits---ulimit) options (e.g., `nofile=1024:1024`) |
242242
| `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) |
243243

244+
> **Note**
245+
>
246+
> * ¹ multiple `outputs` are [not yet supported](https://github.com/moby/buildkit/issues/1555)
247+
244248
### outputs
245249

246250
Following outputs are available

0 commit comments

Comments
 (0)