.drone.yml
Algunas comprobaciones han fallado
continuous-integration/drone/push Build is failing

Este commit está contenido en:
ale
2024-10-04 13:01:53 +02:00
padre 78fd071e94
commit 97513d16a8

Ver fichero

@@ -26,7 +26,8 @@ steps:
- name: usrbin
path: /usr/bin
commands:
- apk update && apk upgrade && apk add --no-cache git && git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
- apk update && apk add --no-cache git
- /usr/local/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