File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Docker Compose Action
22
3- This action runs your docker-compose file and clean up before action finished.
3+ This action runs your docker-compose file, allows you to run tests and cleans up before action finished.
44
55## Inputs
66
@@ -44,9 +44,9 @@ compose-file: |
4444
4545` ` ` yaml
4646steps:
47- # need checkout before using compose-action
47+ # need checkout before using docker- compose-action
4848 - uses: actions/checkout@v3
49- - uses: isbang/ compose-action@v1.4.1
49+ - uses: adambirds/docker- compose-action@v1.4.1
5050 with:
5151 compose-file: "./docker/docker-compose.yml"
5252 down-flags: "--volumes"
6262` ` ` yaml
6363steps:
6464 - uses: actions/checkout@v3
65- - uses: isbang/ compose-action@v1.4.1
65+ - uses: adambirds/docker- compose-action@v1.4.1
6666 with:
6767 compose-file: "./docker/docker-compose.yml"
6868 env:
You can’t perform that action at this time.
0 commit comments