🚧 Drone CI: Build dinglehopper, ocrd_{calamari,segment}

This commit is contained in:
Gerber, Mike 2021-02-12 13:17:31 +01:00
parent 7b6e2e444e
commit 1606cc522c
4 changed files with 13 additions and 3 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 DINGLEHOPPER_COMMIT="6e47acd"