Skip to content

Commit

Permalink
Merge pull request #189 from jtomaszewski/patch-1
Browse files Browse the repository at this point in the history
docs(README): Improve example of `file` option so it's obvious that it is not relative to `context` option
  • Loading branch information
CrazyMax authored and GitHub committed Nov 6, 2020
2 parents f96d0fb + 8832f29 commit d651be4
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 @@ -606,7 +606,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 d651be4

Please sign in to comment.