Skip to content

Commit

Permalink
chore: version up to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang committed Aug 8, 2023
1 parent 531b8c6 commit 178aeba
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.5.0
- uses: isbang/compose-action@v1.5.1
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.5.0
- uses: isbang/compose-action@v1.5.1
with:
compose-file: "./docker/docker-compose.yml"
env:
Expand Down

0 comments on commit 178aeba

Please sign in to comment.