Skip to content

Commit 3105473

Browse files
committed
readme: fix inputs table
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 28ef634 commit 3105473

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,17 @@ jobs:
113113

114114
The following inputs can be used as `step.with` keys
115115

116-
| Name | Type | Default | Description |
117-
|-----------------|--------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------|
118-
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
119-
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
120-
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
121-
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
122-
| `context` | String | `setup-docker-action` | Docker context name. |
123-
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
124-
| `rootless` | Bool | `false` | Start daemon in rootless mode |
125-
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory
116+
| Name | Type | Default | Description |
117+
|-------------------|--------|------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
118+
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
119+
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
120+
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
121+
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
122+
| `context` | String | `setup-docker-action` | Docker context name. |
123+
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
124+
| `rootless` | Bool | `false` | Start daemon in rootless mode |
125+
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
126+
126127
### inputs.version
127128

128129
By default, the latest stable version of Docker is fetched from download.docker.com.

0 commit comments

Comments
 (0)