Add the web docker image

This commit is contained in:
Jackson Harper
2024-02-21 14:30:27 +08:00
parent 819135f118
commit fb31f84a00

View File

@ -30,3 +30,7 @@ jobs:
run: |
docker build --file packages/content-fetch/Dockerfile . --tag "ghcr.io/omnivore-app/content-fetch:${GITHUB_SHA}" --tag ghcr.io/omnivore-app/content-fetch:latest
docker push ghcr.io/omnivore-app/content-fetch:${GITHUB_SHA}
- name: Build the web docker image
run: |
docker build --file packages/web/Dockerfile . --tag "ghcr.io/omnivore-app/web:${GITHUB_SHA}" --tag ghcr.io/omnivore-app/web:latest
docker push ghcr.io/omnivore-app/web:${GITHUB_SHA}