We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44038d9 commit 29b21f6Copy full SHA for 29b21f6
1 file changed
README.md
@@ -38,7 +38,7 @@ compose-file: |
38
steps:
39
# need checkout before using compose-action
40
- uses: actions/checkout@v3
41
- - uses: isbang/compose-action@v1.3.1
+ - uses: isbang/compose-action@v1.3.2
42
with:
43
compose-file: "./docker/docker-compose.yml"
44
down-flags: "--volumes"
@@ -52,7 +52,7 @@ steps:
52
```yaml
53
54
55
56
57
58
env:
0 commit comments