From 7ed437b3f19fdf4d02bbec850e1765e07de94e82 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 4 Oct 2024 13:03:26 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3efae94..70cf344 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: path: /usr/bin commands: - apk update && apk add --no-cache git - - /usr/local/bin/git clone --recursive https://git.manalejandro.com/ale/libretranslate-api . + - /usr/bin/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