.drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ale 2024-10-05 01:11:41 +02:00
parent f0ea8e64d2
commit 4253f5dbfa

View File

@ -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