add docker-compose package to workflow
This commit is contained in:
parent
42eb7a6247
commit
bbcdcc3ba6
@ -65,6 +65,11 @@ jobs:
|
||||
- name: Update Tag
|
||||
run: make update_tag CURR_BRANCH=${{ github.ref_name }}
|
||||
|
||||
- name: Install Docker compose
|
||||
uses: KengoTODA/actions-setup-docker-compose@v1
|
||||
with:
|
||||
version: '2.14.2'
|
||||
|
||||
- name: Stop Server Docker
|
||||
run: make stop_server_docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user