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 .