From 99c83871c19de317d90eedf3cfb33c22fe518a8b Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:54:10 +0200 Subject: [PATCH] docs: subdir for git context supported since Docker 23 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index d9dfbfd..287dbd8 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ name: ci on: push: - branches: - - 'main' jobs: docker: @@ -94,11 +92,6 @@ expression `{{defaultContext}}`. Here we can use it to provide a subdirectory to the default Git context: ```yaml - - - # Setting up Docker Buildx with docker-container driver is required - # at the moment to be able to use a subdirectory with Git context - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - name: Build and push uses: docker/build-push-action@v6 @@ -131,8 +124,6 @@ name: ci on: push: - branches: - - 'main' jobs: docker: @@ -204,7 +195,7 @@ For more information about summaries, refer to the ### inputs -Following inputs can be used as `step.with` keys +The following inputs can be used as `step.with` keys: > `List` type is a newline-delimited string > ```yaml