mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13: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
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
# need checkout before using compose-action
|
# need checkout before using compose-action
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: isbang/compose-action@v1.0.0
|
- uses: isbang/compose-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
compose-file: "./docker/docker-compose.yml"
|
compose-file: "./docker/docker-compose.yml"
|
||||||
down-flags: "--volumes"
|
down-flags: "--volumes"
|
||||||
|
services: |
|
||||||
|
helloworld2
|
||||||
|
helloworld3
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user