Merge pull request #202 from Hestia-Homes/main

specifying full path
This commit is contained in:
KhalimCK 2023-09-01 15:25:37 +01:00 committed by GitHub
commit 884376eee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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