From a9632c1c8d972f510b59d6a0c3548dddee10a482 Mon Sep 17 00:00:00 2001 From: bottlewook Date: Thu, 22 Feb 2024 18:59:01 +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 | 4 ++-- docker/Dockerfile => Dockerfile | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docker/Dockerfile => Dockerfile (100%) diff --git a/.github/workflows/cd-aws.yml b/.github/workflows/cd-aws.yml index 194ce80f..1df92376 100644 --- a/.github/workflows/cd-aws.yml +++ b/.github/workflows/cd-aws.yml @@ -17,7 +17,7 @@ jobs: aws-region: ap-northeast-2 - name: Login to Amazon ECR - id: login-ecr + id: login-ecrxx uses: aws-actions/amazon-ecr-login@v2 - name: Build, tag, and push docker image to Amazon ECR @@ -26,7 +26,7 @@ jobs: REPOSITORY: washfit-client IMAGE_TAG: latest run: | - docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG ../../docker + docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG . docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG - name: Application Run diff --git a/docker/Dockerfile b/Dockerfile similarity index 100% rename from docker/Dockerfile rename to Dockerfile