Merge pull request #4 from thorrak/patch-1

Fix version in example action
This commit is contained in:
Bang 2021-04-26 09:32:52 +09:00 committed by GitHub
commit fc745b789a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ This action runs your docker-compose file and clean up before action finished.
steps:
# need checkout before using compose-action
- uses: actions/checkout@v2
- uses: isbang/compose-action@v1
- uses: isbang/compose-action@v1.0.0
with:
compose-file: './docker/docker-compose.yml'
down-flags: '--volumes'