diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index eaf51b9..3f16ce9 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -42,7 +42,10 @@ jobs: - IMAGE_NAME: backend-aimingmedai BUILD_CONTEXT: ./app/backend DOCKERFILE: ./app/backend/Dockerfile - + - IMAGE_NAME: frontend-aimingmedai + BUILD_CONTEXT: ./app/frontend + DOCKERFILE: ./app/frontend/Dockerfile + # Call the reusable workflow uses: ./.github/workflows/template_build.yml # Path to the reusable workflow file # Pass inputs required by the reusable workflow