Merge pull request #596 from omnivore-app/build-content-fetch-image

Build the content-fetch docker image in github action
This commit is contained in:
Jackson Harper 2022-05-12 10:41:45 -07:00 committed by GitHub
commit 48c25a05a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .'