🚧 Drone CI: Build the rest of the images

This commit is contained in:
Gerber, Mike 2021-02-12 15:00:51 +01:00
parent 1c68865e0a
commit 268619a6b7
7 changed files with 22 additions and 6 deletions

View file

@ -1,4 +1,5 @@
FROM my_ocrd_workflow-core
ARG DRONE_COMMIT="latest"
FROM mikegerber/my_ocrd_workflow-core:$DRONE_COMMIT
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_CIS_VERSION="0.1.5"