1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-15 22:00:10 +02:00

add another docker test

This commit is contained in:
Sébastien Thuret 2022-04-06 14:21:41 +02:00
parent 5c44eaff17
commit ba32595a43
No known key found for this signature in database
GPG Key ID: 230B93BBA62CB043

View File

@ -53,3 +53,6 @@ jobs:
- uses: actions/checkout@v2
- name: Docker build
run: docker build -t libretranslate .
- name: Docker build with some models
run: docker build -t libretranslate --build-args models=en,es .