mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add build docker images in github action
This commit is contained in:
parent
965a56d959
commit
f607215826
1 changed files with 4 additions and 0 deletions
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
|
|
@ -88,3 +88,7 @@ jobs:
|
|||
run: 'docker build --file packages/api/Dockerfile .'
|
||||
- name: Build the content-fetch docker image
|
||||
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 .'
|
||||
|
|
|
|||
Loading…
Reference in a new issue