From 6869b3096b705a1cc991efc2da97c8d062983b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Sat, 15 Dec 2018 21:40:00 +0200 Subject: [PATCH] Use MAILU_VERSION from Travis for Docs build --- tests/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/build.yml b/tests/build.yml index 299a9af..bb6d718 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -49,4 +49,7 @@ services: # Uncomment next section after docs Dockerfile creation. # docs: # image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}docs:${MAILU_VERSION:-local} -# build: ../docs +# build: +# context: ../docs +# args: +# version: ${MAILU_VERSION:-local}