2 Commits

Author SHA1 Message Date
CrazyMax
f2e530b12f Merge pull request #185 from polarctos/patch-1
Some checks failed
test / test (push) Failing after 2s
validate / prepare (push) Failing after 2s
validate / validate (push) Has been skipped
ci / main (ubuntu-latest, v27.3.1) (push) Failing after 2s
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Failing after 3s
ci / main (ubuntu-latest, ) (push) Failing after 4s
ci / channel (ubuntu-latest) (push) Failing after 2s
ci / daemon-config (ubuntu-latest) (push) Failing after 2s
ci / context (ubuntu-latest) (push) Failing after 2s
ci / build-linux (containerd-system) (push) Failing after 2s
ci / build-linux (containerd-tarball) (push) Failing after 2s
ci / set-host (push) Failing after 2s
ci / rootless (push) Failing after 2s
ci / tcp (ubuntu-latest) (push) Failing after 3s
ci / undock-regctl-version (, ) (push) Failing after 2s
ci / undock-regctl-version (, v0.9.0) (push) Failing after 2s
ci / undock-regctl-version (v0.8.2, ) (push) Failing after 2s
ci / undock-regctl-version (v0.8.2, v0.9.0) (push) Failing after 2s
ci / docker-29 (ubuntu-latest) (push) Failing after 2s
ci / main (macos-15-intel, ) (push) Has been cancelled
ci / main (macos-15-intel, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (macos-15-intel, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, ) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, v27.3.1) (push) Has been cancelled
ci / main (windows-latest, ) (push) Has been cancelled
ci / main (windows-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (windows-latest, v27.3.1) (push) Has been cancelled
ci / channel (macos-15-intel) (push) Has been cancelled
ci / channel (ubuntu-24.04-arm) (push) Has been cancelled
ci / channel (windows-latest) (push) Has been cancelled
ci / daemon-config (macos-15-intel) (push) Has been cancelled
ci / daemon-config (ubuntu-24.04-arm) (push) Has been cancelled
ci / daemon-config (windows-latest) (push) Has been cancelled
ci / context (macos-15-intel) (push) Has been cancelled
ci / context (ubuntu-24.04-arm) (push) Has been cancelled
ci / context (windows-latest) (push) Has been cancelled
ci / lima-start-args (push) Has been cancelled
ci / build-macos (macos-15-intel) (push) Has been cancelled
ci / build-windows (push) Has been cancelled
ci / tcp (macos-15-intel) (push) Has been cancelled
ci / tcp (ubuntu-24.04-arm) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled
ci / docker-29 (macos-15-intel) (push) Has been cancelled
ci / docker-29 (windows-latest) (push) Has been cancelled
Add github-token input to readme
2025-11-28 16:28:47 +01:00
polarctos
db7d380101 Add github-token input to readme
Signed-off-by: polarctos <polarctos@users.noreply.github.com>
2025-11-28 15:58:12 +01:00

View File

@@ -113,16 +113,17 @@ jobs:
The following inputs can be used as `step.with` keys
| Name | Type | Default | Description |
|-------------------|--------|------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
| `context` | String | `setup-docker-action` | Docker context name. |
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
| `rootless` | Bool | `false` | Start daemon in rootless mode |
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
| Name | Type | Default | Description |
|-------------------|--------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
| `context` | String | `setup-docker-action` | Docker context name. |
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
| `rootless` | Bool | `false` | Start daemon in rootless mode |
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
| `github-token` | String | `${{ github.token }}` | Optional GitHub Token used to get releases and download assets to avoid rate limitation. On GitHub Enterprise, you might need to set a PAT for `github.com`. |
### inputs.version