Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 22 hours 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/[email protected]
# will use 0.6.1
```

Use a specific version:

```yaml
- name: Setup dockerize
uses: zcong1993/[email protected]
with:
dockerize-version: '0.6.0'
```