From 938bdb1e485e2ed1ab954a9f2fe6c5ef4abcd4fa Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 5 Oct 2024 01:25:45 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bfc251e..502afcb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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