An open API service indexing awesome lists of open source software.

https://github.com/zcong1993/setup-dockerize

Setup dockerize tools for you.
https://github.com/zcong1993/setup-dockerize

Last synced: 6 months ago
JSON representation

Setup dockerize tools for you.

Awesome Lists containing this project

README

          

# Setup Dockerize

Setup [dockerize](https://github.com/jwilder/dockerize) tools for you.

## Getting Started

Simple usage:

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

Use a specific version:

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