From c4d1d074b517973a7a58151d17ba0e1e1d4a4dd8 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 3 Oct 2023 12:12:36 +0100 Subject: [PATCH] getting docker context to the root --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 52cce89..21888e8 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -90,13 +90,13 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v3 with: - context: ./modules/ml-pipeline/src/pipeline + context: . file: ./deployment/Dockerfile.prediction.lambda push: true tags: ${{ steps.set_ecr_credentials.outputs.ecr_uri }}:${{ github.sha }} cache-from: type=gha cache-to: type=gha,mode=max - platform: linux/amd64 + platforms: linux/amd64 provenance: false build-args: | RUNTIME_ENVIRONMENT=${{ steps.set_runtime_environment.outputs.runtime_environment }}