From 7594ecce5b0fe8cd883bd7e14ba2d54fa4b9b6f5 Mon Sep 17 00:00:00 2001
From: CrazyMax <crazy-max@users.noreply.github.com>
Date: Tue, 13 Jul 2021 20:33:04 +0200
Subject: [PATCH] Remove note about Git context not supporting subdir

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index 83b0bd1..02aa9f0 100644
--- a/README.md
+++ b/README.md
@@ -121,9 +121,6 @@ a [secret](docs/advanced/secrets.md) named `GIT_AUTH_TOKEN` to be able to authen
             GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }}
 ```
 
-> :warning: Subdir for Git context is not yet supported ([moby/buildkit#1684](https://github.com/moby/buildkit/issues/1684))
-> but you can use the [path context](#path-context) in the meantime. More info on [Docker docs website](https://docs.docker.com/engine/reference/commandline/build/#git-repositories).
-
 ### Path context
 
 ```yaml