remove frontend build from github cicd

This commit is contained in:
Josh Bradley 2024-11-01 18:44:11 -04:00
parent 0a9e858103
commit 99c9612e5a

View File

@ -52,16 +52,3 @@ jobs:
context: . context: .
file: docker/Dockerfile-backend file: docker/Dockerfile-backend
push: false push: false
build-frontend:
needs: [lint-check]
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build docker image
uses: docker/build-push-action@v2
with:
context: .
file: docker/Dockerfile-frontend
push: false