mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Build the content-fetch docker image in github action
This commit is contained in:
parent
e1e0ddf7fc
commit
f170a61a43
1 changed files with 2 additions and 0 deletions
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
|
|
@ -86,3 +86,5 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Build the API docker image
|
||||
run: 'docker build --file packages/api/Dockerfile .'
|
||||
- name: Build the content-fetch docker image
|
||||
run: 'docker build --file packages/content-fetch/Dockerfile .'
|
||||
|
|
|
|||
Loading…
Reference in a new issue