Fix version in example action

This commit is contained in:
John 2021-04-25 12:40:11 -04:00 committed by GitHub
parent db7c16927a
commit 96f05193b4
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'