From 4253f5dbfa301f9659daa0114b02041d03a93e9d Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 5 Oct 2024 01:11:41 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35ee60e..be3ce1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,8 +26,8 @@ steps: - name: usrbin path: /usr/bin commands: - - find / -name git - - apk add --no-cache git --repository https://alpine.global.ssl.fastly.net/alpine/v3.10/main + - echo $PATH + - apk update && apk add --no-cache 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