fixed Docker build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank 2019-03-19 12:54:37 +01:00
parent d652afd633
commit baa38b668e
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -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