|
# FIXME: upgrade version when available (https://github.com/docker/actions-toolkit/blob/main/.github/docker-releases.json) |
Whether to install and configure Docker Buildx.
default: true
required: false
# FIXME: upgrade version when available (https://github.com/docker/actions-toolkit/blob/main/.github/docker-releases.json)
docker-version:
description: |
Required Docker version. The action installs it when the active Docker client or daemon reports a different version.
default: "29.7.2"
required: false
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
buildx-version:
ci-github-container/actions/docker/setup/action.yml
Line 48 in 4492a94