GitHub Action to set up (download and install) Docker CE
Find a file
2023-03-10 00:08:13 +00:00
.github channel support 2023-03-10 00:57:37 +01:00
__tests__ channel support 2023-03-10 00:57:37 +01:00
dist update generated content 2023-03-10 00:57:37 +01:00
src channel support 2023-03-10 00:57:37 +01:00
.dockerignore dockerfile workflow 2023-03-02 14:23:20 +01:00
.editorconfig initial implementation 2023-03-02 14:23:05 +01:00
.eslintrc.json initial implementation 2023-03-02 14:23:05 +01:00
.gitattributes initial implementation 2023-03-02 14:23:05 +01:00
.gitignore initial implementation 2023-03-02 14:23:05 +01:00
.prettierrc.json initial implementation 2023-03-02 14:23:05 +01:00
action.yml channel support 2023-03-10 00:57:37 +01:00
codecov.yml codecov config 2023-03-02 14:23:19 +01:00
dev.Dockerfile dockerfile workflow 2023-03-02 14:23:20 +01:00
docker-bake.hcl dockerfile workflow 2023-03-02 14:23:20 +01:00
jest.config.ts basic test for context 2023-03-02 14:23:19 +01:00
LICENSE license 2023-03-02 14:19:16 +01:00
package.json Bump @docker/actions-toolkit from 0.1.0-beta.17 to 0.1.0-beta.18 2023-03-08 11:17:48 +00:00
README.md channel support 2023-03-10 00:57:37 +01:00
tsconfig.json initial implementation 2023-03-02 14:23:05 +01:00
yarn.lock Bump @docker/actions-toolkit from 0.1.0-beta.17 to 0.1.0-beta.18 2023-03-08 11:17:48 +00:00

GitHub release GitHub marketplace CI workflow Test workflow Codecov

About

GitHub Action to set up Docker CE. Works on Linux, macOS and Windows.

Screenshot


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).

Contributing

Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md