Skip to content

Commit d51711a

Browse files
authored
Merge pull request #241 from crazy-max/fix-readme
Fix README
2 parents 6925f94 + b0a38c7 commit d51711a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ build-secrets, remote cache, etc. and different builder deployment/namespacing o
5959

6060
### Git context
6161

62-
The default behavior of this action is to use the [Git context invoked](https://github.com/docker/build-push-action/blob/master/src/context.ts#L31-L35)
63-
by your workflow.
62+
The default behavior of this action is to use the Git context invoked by your workflow.
63+
(eg. `https://github.com/<owner>/<repo>.git#<ref>`)
6464

6565
```yaml
6666
name: ci
@@ -116,8 +116,8 @@ repository, you have to use a secret named `GIT_AUTH_TOKEN` to be able to authen
116116
GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }}
117117
```
118118

119-
> :warning: Subdir for Git context is [not yet supported](https://github.com/docker/build-push-action/issues/120).
120-
> For the moment you can use the [path context](#path-context).
119+
> :warning: Subdir for Git context is not yet supported ([moby/buildkit#1684](https://github.com/moby/buildkit/issues/1684))
120+
> but you can use the [path context](#path-context) in the meantime.
121121

122122
> More info: https://docs.docker.com/engine/reference/commandline/build/#git-repositories
123123

0 commit comments

Comments
 (0)