From 321a3255b36504c440b0a1784d1e03912a887450 Mon Sep 17 00:00:00 2001 From: notshivansh Date: Mon, 13 Jan 2025 17:48:23 +0530 Subject: [PATCH] fix prod.yml --- .github/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index cb9c03fd61..a6b8934bc3 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -134,7 +134,7 @@ jobs: fi if [[ "${{ github.event.inputs.threat_detection_backend}}" == "true" ]]; then - cd apps/threat-detection-backend + cd ../threat-detection-backend docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/akto-threat-detection-backend:$IMAGE_TAG . --push fi - name: Configure AWS Credentials for ECR