diff --git a/README.md b/README.md index 8c61555..3262a31 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ jobs: | Name | Description | Default value | | --- | --- | --- | | `buildkit_version` | Name of Buildkit version from [GitHub](https://github.com/moby/buildkit/releases) | (required) | -| `context` | Build context path | `.` | -| `dockerfile` | Name of Dockerfile if different from `./Dockerfile` | `.` | +| `context` | Build context | `.` | +| `dockerfile` | Dockerfile name | `.` |