specifying the dockerfile

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-01 14:56:00 +01:00
parent 118fec54f6
commit e0a7e6dd4b

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