From 5716ca933e26c4976124f7ae593b0768b9f75d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Sat, 6 Oct 2018 20:24:54 +0300 Subject: [PATCH] Fix autodeploy after merge with master --- tests/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.yml b/tests/build.yml index 88040160..256e3f73 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -47,5 +47,5 @@ services: build: ../core/none docs: - image: mailu/docs:$VERSION + image: $DOCKER_ORG/docs:$VERSION build: ../docs