Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang authored Oct 27, 2022
1 parent 37e6aea commit c90010f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ compose-file: |
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: isbang/compose-action@v1.3.2
- uses: isbang/compose-action@v1.4.0
with:
compose-file: "./docker/docker-compose.yml"
down-flags: "--volumes"
Expand All @@ -52,7 +52,7 @@ steps:
```yaml
steps:
- uses: actions/checkout@v3
- uses: isbang/compose-action@v1.3.2
- uses: isbang/compose-action@v1.4.0
with:
compose-file: "./docker/docker-compose.yml"
env:
Expand Down

0 comments on commit c90010f

Please sign in to comment.