2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

use build command specified in makefile

This commit is contained in:
Frederik Ring 2019-09-11 13:35:14 +02:00
parent 1e8fae4f95
commit 180dbf4405

View File

@ -173,8 +173,7 @@ jobs:
- run:
name: Build application Docker image
command: |
docker build --cache-from=offen/proxy -t offen/proxy:latest -f build/proxy/Dockerfile .
docker build --cache-from=offen/server -t offen/server:latest -f build/server/Dockerfile .
make build
- run:
name: Save Docker image layer cache
command: |