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

This commit is contained in:
ale 2024-10-04 12:59:43 +02:00
parent d58fb99430
commit 78fd071e94

View File

@ -26,8 +26,7 @@ steps:
- name: usrbin - name: usrbin
path: /usr/bin path: /usr/bin
commands: commands:
- apk update && apk add git - apk update && apk upgrade && apk add --no-cache git && git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
- git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
- docker login -u $USER -p $PASS $REGISTRY - docker login -u $USER -p $PASS $REGISTRY
- docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api -f docker/Dockerfile ./LibreTranslate - docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api -f docker/Dockerfile ./LibreTranslate
- docker push $REGISTRY/libretranslate-api - docker push $REGISTRY/libretranslate-api