mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
16 lines
310 B
Markdown
16 lines
310 B
Markdown
# 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'
|