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

This commit is contained in:
ale 2024-10-04 12:00:51 +02:00
parent 4308f9a3ef
commit b070fb6bef

View File

@ -24,7 +24,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 LibreTranslate/docker - 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: