Skip to content

Commit

Permalink
Merge pull request #1166 from crazy-max/subdir-supported
Browse files Browse the repository at this point in the history
docs: subdir for git context supported since Docker 23
  • Loading branch information
CrazyMax authored and GitHub committed Jul 1, 2024
2 parents af64c4e + 99c8387 commit 9552610
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ name: ci

on:
push:
branches:
- 'main'

jobs:
docker:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -131,8 +124,6 @@ name: ci
on:
push:
branches:
- 'main'
jobs:
docker:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9552610

Please sign in to comment.