changing working directory to simulation system for the github actions workgflor

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-31 15:59:08 +01:00
parent f6652345a6
commit 3147fef3d3

View file

@ -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: |