2023-03-10 10:15:15 +00:00
2023-03-10 11:09:18 +01:00
2023-03-10 11:09:18 +01:00
2023-03-10 11:09:24 +01:00
2023-03-10 11:09:18 +01:00
2023-03-10 10:54:14 +01:00
2023-03-02 14:23:20 +01:00
2023-03-02 14:23:05 +01:00
2023-03-02 14:23:05 +01:00
2023-03-02 14:23:05 +01:00
2023-03-02 14:23:05 +01:00
2023-03-02 14:23:05 +01:00
2023-03-10 11:09:18 +01:00
2023-03-02 14:23:19 +01:00
2023-03-02 14:23:20 +01:00
2023-03-02 14:23:20 +01:00
2023-03-02 14:23:19 +01:00
2023-03-02 14:19:16 +01:00
2023-03-10 02:01:38 +01:00
2023-03-02 14:23:05 +01:00

GitHub release GitHub marketplace CI workflow Test workflow Codecov

About

GitHub Action to set up (download and install) 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).
context String setup-docker-action Docker context name.

Contributing

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

Description
GitHub Action to set up (download and install) Docker CE
Readme Pixar 24 MiB
Languages
TypeScript 74.4%
Dockerfile 17.6%
HCL 8%