mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
Docker Compose Action
This action runs your docker-compose file and clean up before action finished.
Inputs
compose-file
Optional The name of the compose file. Default "./docker-compose.yml".
Example usage
uses: isbang/compose-action@v0.1 with: compose-file: './docker-compose.yml'
Languages
TypeScript
96.3%
Makefile
2.1%
Dockerfile
0.8%
Shell
0.6%
JavaScript
0.2%