Skip to content

Commit

Permalink
docs(README): Improve example of file option so it's obvious that i…
Browse files Browse the repository at this point in the history
…t is not relative to `context` option

Signed-off-by: Jacek Tomaszewski <jacek@jtom.me>
  • Loading branch information
Jacek Tomaszewski committed Nov 6, 2020
1 parent 41a0040 commit 8832f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Following inputs can be used as `step.with` keys
|---------------------|----------|------------------------------------|
| `builder` | String | Builder instance (see [setup-buildx](https://github.com/docker/setup-buildx-action) action) |
| `context` | String | Build's context is the set of files located in the specified [`PATH` or `URL`](https://docs.docker.com/engine/reference/commandline/build/) (default [Git context](#git-context)) |
| `file` | String | Path to the Dockerfile (default `Dockerfile`) |
| `file` | String | Path to the Dockerfile (default `./Dockerfile`) |
| `build-args` | List | List of build-time variables |
| `labels` | List | List of metadata for an image |
| `tags` | List/CSV | List of tags |
Expand Down

0 comments on commit 8832f29

Please sign in to comment.