Merge pull request #201 from Hestia-Homes/main

specifying the dockerfile
This commit is contained in:
KhalimCK 2023-09-01 14:56:30 +01:00 committed by GitHub
commit 8b7b40d3e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./model_data/simulation_system
file: Dockerfiles/Dockerfile.prediction.lambda
push: true
tags: ${{ steps.set_ecr_credentials.outputs.ecr_uri }}:${{ github.sha }}
cache-from: type=gha