From baa38b668ee8708f5ff303cbad867f40523bc71c Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 19 Mar 2019 12:54:37 +0100 Subject: [PATCH] fixed Docker build --- build/ci/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index bff8ad4..6727a80 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -64,7 +64,7 @@ steps: - name: build docker image image: docker commands: - - cp dist/mark2web-`cat VERSION`-linux-amd64 mark2web + - cp dist/mark2web-`cat build/VERSION`-linux-amd64 mark2web - docker build -t apairon/mark2web build/package volumes: - name: docker