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

https://github.com/ouzi-dev/dind-action

Github action that allows docker-in-docker builds
https://github.com/ouzi-dev/dind-action

Last synced: 5 months ago
JSON representation

Github action that allows docker-in-docker builds

Awesome Lists containing this project

README

          

# Dind action

## Example usage

```
- uses: ./.github/actions/dind-action
with:
args:
- make
- docker-push
```