diff --git a/.github/workflows/cd-v2.yml b/.github/workflows/cd-v2.yml index b896c034..e7eae560 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: ${{ secrets.ECR_REPOSITORY_NAME }} + ECR_REPOSITORY: gream-ecr IMAGE_TAG: ${{ github.sha }} run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .