diff --git a/.drone.yml b/.drone.yml index 502afcb..d2b3c8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - name: usrbin path: /usr/bin commands: - - which git + - apk update && apk install --reinstall 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