diff --git a/.drone.yml b/.drone.yml index 70cf344..efcc48e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: path: /usr/bin commands: - apk update && apk add --no-cache git - - /usr/bin/git clone --recursive https://git.manalejandro.com/ale/libretranslate-api . + - /usr/libexec/git-core/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 - docker push $REGISTRY/libretranslate-api