From 6f54988232000e6bfe76133e18918eea281b13eb Mon Sep 17 00:00:00 2001 From: Samuel Adetunji Date: Tue, 22 Oct 2024 18:45:34 -0500 Subject: [PATCH] Wrong path to dockerfile --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 511149b..4b91d28 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -95,7 +95,7 @@ jobs: IMAGE_TAG: latest run: | # Build a docker container and push it to ECR - docker build --output type=local,dest=./alpine_storefront -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . + docker build --output type=local,dest=./alpine_storefront -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./web/Dockerfile echo "Pushing image to ECR..." docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG echo "artifact-url=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT