mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🧹 Use GIT_COMMIT, not DRONE_COMMIT
This commit is contained in:
parent
bcf13a69c3
commit
435c88c5e1
15 changed files with 27 additions and 101 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG DRONE_COMMIT="latest"
|
||||
FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT
|
||||
ARG GIT_COMMIT="latest"
|
||||
FROM quratorspk/ocrd-galley-core:$GIT_COMMIT
|
||||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG TESSDATA_BEST_VERSION="4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue