1
0
mirror of https://github.com/docker/build-push-action.git synced 2025-03-31 16:20:12 +08:00

Merge b515073d1dddd5a4e126d2017f0a29d6dbb54514 into 84ad562665bb303b549fec655d1b64f9945f3f91

This commit is contained in:
Nelson Wolf 2025-03-27 10:25:49 -07:00 committed by GitHub
commit d6338e180e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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