mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct name of dockerfiles
This commit is contained in:
parent
9b1c429644
commit
f6652345a6
1 changed files with 2 additions and 2 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue