Skip to content

Commit

Permalink
[FIX] Nginx 배포 워크플로우 deploy 에러 수정
Browse files Browse the repository at this point in the history
1.Docker 컨테이너 실행 스크립트 수정: 백슬래시 뒤 공백 제거
2.Docker 이미지 이름에 사용자 이름과 회사명 포함

Fixes: TICO-58
Ref: TICO-148
Related to: TICO-152
  • Loading branch information
bu119 authored Jun 29, 2024
1 parent 7e93545 commit 6aeafa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'nginx/**'

env:
IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/nginx:latest
IMAGE_NAME: ${{ secrets.DOCKER_IMAGE_NAME }}nginx:latest
CONTAINER_NAME: nginx-server

# 해당 Workflow의 Job 목록
Expand Down

0 comments on commit 6aeafa5

Please sign in to comment.