From 6221d65a2e77e21980f67149f9057c9fb647247b Mon Sep 17 00:00:00 2001 From: lcj1204 Date: Mon, 29 Apr 2024 22:18:51 +0900 Subject: [PATCH] [Feat] Core CD test --- .github/workflows/reusable-CD.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reusable-CD.yml b/.github/workflows/reusable-CD.yml index 4318785..e2adc6d 100644 --- a/.github/workflows/reusable-CD.yml +++ b/.github/workflows/reusable-CD.yml @@ -27,8 +27,6 @@ permissions: contents: read env: -# AWS_REGION: ap-northeast-2 -# ECR_REGISTRY: 339712790479.dkr.ecr.ap-northeast-2.amazonaws.com ECR_REPOSITORY: pothole-${{ inputs.module }} MODULE_PACKAGE: pothole-${{ inputs.module }}-api IMAGE_NAME: pothole-${{ inputs.module }}-api