channel support

This commit is contained in:
CrazyMax
2023-03-10 00:40:26 +01:00
parent 475e5bf1db
commit 59b62980d1
6 changed files with 44 additions and 5 deletions

View File

@ -41,9 +41,10 @@ jobs:
Following inputs can be used as `step.with` keys
| Name | Type | Default | Description |
|-----------|--------|----------|--------------------------------------|
| `version` | String | `latest` | Docker CE version (e.g., `v23.0.1`). |
| Name | Type | Default | Description |
|-----------|--------|----------|---------------------------------------------------------------------------------------------------|
| `version` | String | `latest` | Docker CE version (e.g., `v23.0.1`). |
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (e.g, `stable`, `edge` or `test`). |
## Contributing