From b9aafc7164224a24e3ad5ee05b13361f084c546d Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 5 Oct 2024 01:27:58 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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