Remove the web image

This commit is contained in:
Jackson Harper
2024-02-21 14:38:49 +08:00
parent fb31f84a00
commit 30b3193937

View File

@ -30,7 +30,3 @@ 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}