.drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ale 2024-10-05 01:25:45 +02:00
parent 05ea8d36d3
commit 938bdb1e48

View File

@ -26,7 +26,7 @@ steps:
- name: usrbin
path: /usr/bin
commands:
- apk update && apk upgrade && apk add --no-cache findutils && find / -name git
- which git
- git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
- docker login -u $USER -p $PASS $REGISTRY
- docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api -f docker/Dockerfile ./LibreTranslate