mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Build content-fetch-gcf docker image in github action
This commit is contained in:
parent
b09fb4c037
commit
cffa5bb9ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
|
|
@ -90,5 +90,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 puppeteer-parse docker image
|
||||
run: 'docker build --file packages/puppeteer-parse/Dockerfile .'
|
||||
- name: Build the content-fetch cloud function docker image
|
||||
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
|
||||
|
|
|
|||
Loading…
Reference in a new issue