Skip to content

Commit 2440097

Browse files
Merge pull request #280 from Team-BC-1/feat/add-github-secretkey-aws-ecr
AWS ECR 에 대해 github secret key 추가
2 parents dad2cca + c68db10 commit 2440097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: build docker file and setting deploy files
4343
env:
4444
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
45-
ECR_REPOSITORY: gream
45+
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY_NAME }}
4646
IMAGE_TAG: ${{ github.sha }}
4747
run: |
4848
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .

0 commit comments

Comments
 (0)