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
- Host: GitHub
- URL: https://github.com/ouzi-dev/dind-action
- Owner: ouzi-dev
- License: apache-2.0
- Created: 2019-12-12T12:16:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:56:12.000Z (about 5 years ago)
- Last Synced: 2025-06-21T10:39:31.962Z (about 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dind action
## Example usage
```
- uses: ./.github/actions/dind-action
with:
args:
- make
- docker-push
```