Skip to content

zcong1993/setup-dockerize

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup Dockerize

Setup dockerize tools for you.

Getting Started

Simple usage:

- name: Setup dockerize
  uses: zcong1993/setup-dockerize@v1.1.0
  # will use 0.6.1

Use a specific version:

- name: Setup dockerize
  uses: zcong1993/setup-dockerize@v1.1.0
  with:
    dockerize-version: '0.6.0'