Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Libo Zeng <libo@mabl.com>
  • Loading branch information
liboz committed Dec 2, 2020
1 parent b0e7ff6 commit 6ad3c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -608,7 +608,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. The full path to the Dockerfile must be specific from the root directory (default `PATH/Dockerfile`) |
| `file` | String | Path to the Dockerfile. The full path to the Dockerfile must be specified from the root directory (default `PATH/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 6ad3c66

Please sign in to comment.