From 504d40f147ecf2b5fe81b001cf6552c5559fdaed Mon Sep 17 00:00:00 2001 From: zignis Date: Thu, 20 Mar 2025 18:27:33 +0530 Subject: [PATCH] fix deploy workflow --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e2210dc..5595714 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -41,7 +41,7 @@ jobs: run: | docker build \ --platform linux/arm64 \ - -f apps/backend/Dockerfile \ - -t $ECR_REGISTRY/storiny_api:latest apps/backend + -f Dockerfile \ + -t $ECR_REGISTRY/storiny_api:latest . docker push $ECR_REGISTRY/storiny_api:latest echo "api-image=$ECR_REGISTRY/storiny_api:latest" >> $GITHUB_OUTPUT