Build the content-fetch docker image in github action

This commit is contained in:
Hongbo Wu
2022-05-12 15:59:08 +08:00
parent e1e0ddf7fc
commit f170a61a43

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