Skip to content

Commit

Permalink
docs: update for new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime authored Mar 21, 2024
1 parent 178aeba commit c7b6c2f
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.1
- uses: hoverkraft-tech/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.1
- uses: hoverkraft-tech/compose-action@v1.5.1
with:
compose-file: "./docker/docker-compose.yml"
env:
Expand Down

0 comments on commit c7b6c2f

Please sign in to comment.