Compare commits

..

2 Commits

Author SHA1 Message Date
andros21
a4114d115f
Merge 50bb84c4da into 4fad532b9f 2023-07-28 09:11:42 +00:00
andros21
50bb84c4da readme: update note/warning highlight syntax
see https://github.com/orgs/community/discussions/16925#discussioncomment-6506860

Signed-off-by: andros21 <andrea.ros21@murena.io>
2023-07-28 11:11:12 +02:00

View File

@ -118,8 +118,8 @@ to the default Git context:
tags: user/app:latest tags: user/app:latest
``` ```
> [!WARNING]\ > [!WARNING]
> \ >
> Subdirectory for Git context is available from [BuildKit v0.9.0](https://github.com/moby/buildkit/releases/tag/v0.9.0). > Subdirectory for Git context is available from [BuildKit v0.9.0](https://github.com/moby/buildkit/releases/tag/v0.9.0).
> If you're using the `docker` builder (default if `setup-buildx-action` not used), > If you're using the `docker` builder (default if `setup-buildx-action` not used),
> then BuildKit in Docker Engine will be used. As Docker Engine < v22.x.x embeds > then BuildKit in Docker Engine will be used. As Docker Engine < v22.x.x embeds
@ -246,8 +246,8 @@ Following inputs can be used as `step.with` keys
| `ulimit` | List | [Ulimit](https://docs.docker.com/engine/reference/commandline/buildx_build/#ulimit) options (e.g., `nofile=1024:1024`) | | `ulimit` | List | [Ulimit](https://docs.docker.com/engine/reference/commandline/buildx_build/#ulimit) options (e.g., `nofile=1024:1024`) |
| `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) | | `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) |
> [!NOTE]\ > [!NOTE]
> <br> >
> * ¹ multiple `outputs` are [not yet supported](https://github.com/moby/buildkit/issues/1555) > * ¹ multiple `outputs` are [not yet supported](https://github.com/moby/buildkit/issues/1555)
### outputs ### outputs