From 6ad3c66195a396d7107bf306e5e75dab80253223 Mon Sep 17 00:00:00 2001 From: Libo Zeng Date: Wed, 2 Dec 2020 17:36:13 -0500 Subject: [PATCH] fix typo Signed-off-by: Libo Zeng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e57f9582..f20ac589a 100644 --- a/README.md +++ b/README.md @@ -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 |