From 12b1b881ae56ae74a98050be960d66ab9d0c8b4c Mon Sep 17 00:00:00 2001 From: Laptop-Limjihoon Date: Fri, 15 Mar 2024 18:43:08 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20cd-v2.yml=20=EC=97=90=20ECR=5FREPOSI?= =?UTF-8?q?TORY=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-v2.yml b/.github/workflows/cd-v2.yml index e7eae560..453d50f1 100644 --- a/.github/workflows/cd-v2.yml +++ b/.github/workflows/cd-v2.yml @@ -42,7 +42,7 @@ jobs: - name: build docker file and setting deploy files env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: gream-ecr + ECR_REPOSITORY: gream IMAGE_TAG: ${{ github.sha }} run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .