mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
adjust build location
This commit is contained in:
parent
a083934ffb
commit
d4b70ecc7c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/MLPipelinePullRequest.yml
vendored
3
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue