From 568dcfaa449ad8fcfd20d272c08db9cae6ea020b Mon Sep 17 00:00:00 2001 From: bottlewook Date: Thu, 22 Feb 2024 18:53:51 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-aws.yml b/.github/workflows/cd-aws.yml index 49ee43f6..194ce80f 100644 --- a/.github/workflows/cd-aws.yml +++ b/.github/workflows/cd-aws.yml @@ -26,7 +26,7 @@ jobs: REPOSITORY: washfit-client IMAGE_TAG: latest run: | - docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG . + docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG ../../docker docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG - name: Application Run