You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a note to README.md that .dockerignore is not processed by default
by build-push-action@v2.
Signed-off-by: David Valentiate <david@bluedrop.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: David Valentiate <david@bluedrop.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ By default, this action uses the [Git context](#git-context) so you don't need t
53
53
done directly by buildkit. The git reference will be based on the [event that triggered your workflow](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)
54
54
and will result in the following context: `https://github.com/<owner>/<repo>.git#<ref>`.
55
55
56
-
Be careful because **any file mutation in the steps that precede the build step will be ignored** since
56
+
Be careful because **any file mutation in the steps that precede the build step will be ignored, including processing of the `.dockerignore` file** since
57
57
the context is based on the git reference. However, you can use the [Path context](#path-context) using the
58
58
[`context` input](#inputs) alongside the [`actions/checkout`](https://github.com/actions/checkout/) action to remove
0 commit comments