mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
fix
This commit is contained in:
parent
ba32595a43
commit
118924f897
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -55,4 +55,4 @@ jobs:
|
||||||
run: docker build -t libretranslate .
|
run: docker build -t libretranslate .
|
||||||
|
|
||||||
- name: Docker build with some models
|
- name: Docker build with some models
|
||||||
run: docker build -t libretranslate --build-args models=en,es .
|
run: docker build -t libretranslate --build-arg models=en,es .
|
||||||
|
|
Loading…
Reference in a new issue