mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
specifying full path
This commit is contained in:
parent
e0a7e6dd4b
commit
28942a9cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./model_data/simulation_system
|
||||
file: Dockerfiles/Dockerfile.prediction.lambda
|
||||
file: ./model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda
|
||||
push: true
|
||||
tags: ${{ steps.set_ecr_credentials.outputs.ecr_uri }}:${{ github.sha }}
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue