Skip to content

Commit

Permalink
chore: version up to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang committed Jul 23, 2023
1 parent 55e86c0 commit b3bee90
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.4.1
- uses: isbang/compose-action@v1.5.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.4.1
- uses: isbang/compose-action@v1.5.0
with:
compose-file: "./docker/docker-compose.yml"
env:
Expand Down

0 comments on commit b3bee90

Please sign in to comment.