aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-28 20:35:43 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-28 20:35:43 +0200
commit479bc9a93801307f05ac3f51ba012855a409d48f (patch)
tree3154f77b26908c48706c0a04f0162df6808f41c0
parentofficially DBcare now (diff)
downloadcv-479bc9a93801307f05ac3f51ba012855a409d48f.tar.gz
cv-479bc9a93801307f05ac3f51ba012855a409d48f.zip
workflows/build: use make for docker-compose commands
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5accb38..3217277 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,9 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
- run: |
- docker-compose build
- docker-compose up
+ run: make build/docker
- name: Publish as artifact
uses: actions/upload-artifact@v2
with: