set-host input to set DOCKER_HOST env var

This commit is contained in:
CrazyMax
2024-02-29 16:32:34 +01:00
parent 38c07112bd
commit 7d4fd999a5
6 changed files with 43 additions and 2 deletions

View File

@ -106,6 +106,7 @@ The following inputs can be used as `step.with` keys
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (e.g, `stable`, `edge` or `test`). |
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
| `context` | String | `setup-docker-action` | Docker context name. |
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
### outputs