mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #187 from Hestia-Homes/main
changing working directory to simulation system for the github action…
This commit is contained in:
commit
fbd5ab5baa
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
docker build -t lambda-sap-prediction-image:${{ github.sha }} -f model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda . --load
|
||||
cd model_data/simulation_system && docker build -t lambda-sap-prediction-image:${{ github.sha }} -f Dockerfiles/Dockerfile.prediction.lambda . --load
|
||||
|
||||
- name: Login to ECR
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue