From eeb4b3609ea412992f2fbce1bd35bc80cf4de48f Mon Sep 17 00:00:00 2001 From: andros21 Date: Sun, 23 Jul 2023 12:13:14 +0200 Subject: [PATCH] readme: update note/warning highlight syntax see https://github.com/orgs/community/discussions/16925#discussioncomment-6506860 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f14df6..56f12da 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ to the default Git context: 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). > 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 @@ -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`) | | `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) | -> **Note** -> +> [!NOTE]\ +>
> * ยน multiple `outputs` are [not yet supported](https://github.com/moby/buildkit/issues/1555) ### outputs