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

This commit is contained in:
ale 2024-10-04 12:07:40 +02:00
parent 719b27b9e4
commit 6acb3c36e7

View File

@ -28,7 +28,7 @@ steps:
path: /usr/bin path: /usr/bin
commands: commands:
- 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
when: when:
event: event: