mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
Release v1.1.0
This commit is contained in:
parent
9ea84e60c1
commit
65ecb06558
@ -25,9 +25,12 @@ This action runs your docker-compose file and clean up before action finished.
|
||||
```yaml
|
||||
steps:
|
||||
# need checkout before using compose-action
|
||||
- uses: actions/checkout@v2
|
||||
- uses: isbang/compose-action@v1.0.0
|
||||
- uses: actions/checkout@v3
|
||||
- uses: isbang/compose-action@v1.1.0
|
||||
with:
|
||||
compose-file: "./docker/docker-compose.yml"
|
||||
down-flags: "--volumes"
|
||||
services: |
|
||||
helloworld2
|
||||
helloworld3
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user