From 055d5a75c370515708ffff2e91ac68dfca70dc9a Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 4 Oct 2024 13:04:24 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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