From fb848139a7bc9180c8c0849001838a761402ee2c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 19 Oct 2020 21:39:06 +0200 Subject: [PATCH] Update README Signed-off-by: CrazyMax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99688db..8937540 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ build-secrets, remote cache, etc. and different builder deployment/namespacing o ### Git context -The default behavior of this action is to use the [Git context invoked by your workflow](https://github.com/docker/build-push-action/blob/master/src/context.ts#L10-L12). +The default behavior of this action is to use the [Git context invoked by your workflow](https://github.com/docker/build-push-action/blob/master/src/context.ts#L31-L35). ```yaml name: ci