Skip to content

Commit 9b61c95

Browse files
committed
#45 fix: 프론트엔드 CI/CD 배포 이미지 이름 수정
1 parent c187345 commit 9b61c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cd frontend
4444
docker build -t frontend-service .
45-
docker tag backend-service:latest ${{ secrets.AWS_ECR_FRONTEND_REPOSITORY }}:latest
45+
docker tag frontend-service:latest ${{ secrets.AWS_ECR_FRONTEND_REPOSITORY }}:latest
4646
docker push ${{ secrets.AWS_ECR_FRONTEND_REPOSITORY }}:latest
4747
4848
- name: SSH into EC2 and deploy frontend

0 commit comments

Comments
 (0)