From d4b70ecc7c3f0e75d5847f72de020235c6a49485 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 2 Nov 2025 12:00:55 +0000 Subject: [PATCH] adjust build location --- .github/workflows/MLPipelinePullRequest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 8cbab20..94dc17e 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -56,8 +56,7 @@ jobs: - name: Build Lambda docker Image run: | - cd deployment/ - docker build . --file Dockerfile.prediction.lambda --tag lambda_test + docker build . --file ./deployment/Dockerfile.prediction.lambda --tag lambda_test - name: Run lambda docker container run: |