Skip to content

Commit 979134d

Browse files
committed
github action: add docker-compose
1 parent 8c1b21e commit 979134d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
run: |
3434
docker --version
3535
echo "Docker is ready to use."
36-
36+
- uses: KengoTODA/actions-setup-docker-compose@v1
37+
with:
38+
version: "2.27.0"
3739
- name: Build API image
3840
run: |
3941
docker build . -f bringyour/api/Dockerfile.compose
@@ -51,4 +53,4 @@ jobs:
5153
docker build . -f bringyour/taskworker/Dockerfile.compose
5254
- name: Build docker-compose containers
5355
run: |
54-
docker-compose build
56+
cd bringyour && docker-compose build

0 commit comments

Comments
 (0)