build tts docker image in github action

This commit is contained in:
Hongbo Wu
2024-05-01 15:13:25 +08:00
parent 7dcce0fba3
commit 664cbe5c35

View File

@ -112,3 +112,5 @@ jobs:
run: 'docker build --file packages/inbound-email-handler/Dockerfile .' run: 'docker build --file packages/inbound-email-handler/Dockerfile .'
- name: Build the content-fetch cloud function docker image - name: Build the content-fetch cloud function docker image
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .' run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
- name: Build the tts docker image
run: 'docker build --file packages/text-to-speech/Dockerfile .'