mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-11 06:07:12 +02:00
475e5bf1db0d6a0d8314d0b7c18c891b4e0e5f1e

Bump @docker/actions-toolkit from 0.1.0-beta.17 to 0.1.0-beta.18
About
GitHub Action to set up Docker CE. Works on Linux, macOS and Windows.
Usage
name: ci
on:
push:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1
Customizing
inputs
Following inputs can be used as step.with
keys
Name | Type | Default | Description |
---|---|---|---|
version |
String | latest |
Docker CE version (e.g., v23.0.1 ). |
Contributing
Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md
Languages
TypeScript
76.6%
Dockerfile
16.1%
HCL
7.3%