From b515073d1dddd5a4e126d2017f0a29d6dbb54514 Mon Sep 17 00:00:00 2001 From: Nelson Wolf Date: Thu, 27 Mar 2025 10:23:53 -0700 Subject: [PATCH] Clarify .dockerignore in README Signed-off-by: Nelson Wolf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802fbfe..014cfdd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ``` Be careful because **any file mutation in the steps that precede the build step -will be ignored, including processing of the `.dockerignore` file** since +will be ignored. Additionally the `.dockerignore` file is not used and can only be utilized by using path context.** since the context is based on the Git reference. However, you can use the [Path context](#path-context) using the [`context` input](#inputs) alongside the [`actions/checkout`](https://github.com/actions/checkout/) action to remove