Merge pull request #186 from Hestia-Homes/main

correct name of dockerfiles
This commit is contained in:
KhalimCK 2023-08-31 15:44:51 +01:00 committed by GitHub
commit 3e52df4837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Fast Api Backend Deploy
name: Sap Model Deploy
on:
push:
@ -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
docker build -t lambda-sap-prediction-image:${{ github.sha }} -f model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda . --load
- name: Login to ECR
run: |