mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
build tts docker image in github action
This commit is contained in:
parent
7dcce0fba3
commit
664cbe5c35
1 changed files with 2 additions and 0 deletions
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
|
|
@ -112,3 +112,5 @@ jobs:
|
|||
run: 'docker build --file packages/inbound-email-handler/Dockerfile .'
|
||||
- name: Build the content-fetch cloud function docker image
|
||||
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
|
||||
- name: Build the tts docker image
|
||||
run: 'docker build --file packages/text-to-speech/Dockerfile .'
|
||||
|
|
|
|||
Loading…
Reference in a new issue