update github action

This commit is contained in:
Hongbo Wu
2024-07-25 18:51:39 +08:00
parent 08fbb8aebf
commit 9e54427d5d

View File

@ -111,7 +111,5 @@ jobs:
run: 'docker build --file packages/content-fetch/Dockerfile .'
- name: Build the inbound-email-handler docker image
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 .'