specifying full path

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-01 15:25:03 +01:00
parent e0a7e6dd4b
commit 28942a9cd6

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