mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-04-23 00:50:02 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
About
GitHub Action to set up (download and install) 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 ). |
channel |
String | stable |
Docker CE channel (e.g, stable , edge or test ). |
context |
String | setup-docker-action |
Docker context name. |
Contributing
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If you want to open a pull request, please read the contributing guidelines.
You can also support this project by becoming a sponsor on GitHub or by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏
License
Apache-2.0. See LICENSE
for more details.
Languages
TypeScript
74.4%
Dockerfile
17.6%
HCL
8%