We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4a290 commit ad8fa32Copy full SHA for ad8fa32
.github/workflows/deploy.yml
@@ -78,7 +78,7 @@ jobs:
78
# 환경 변수 설정
79
AWS_REGION=ap-northeast-2
80
ECR_REGISTRY=${{ steps.login-ecr.outputs.registry }}
81
- ECR_REPO=christmas-backend
+ ECR_REPO=hackathon-backend
82
83
# ECR 로그인
84
aws ecr get-login-password --region ${AWS_REGION} \
0 commit comments