Skip to content

Commit 6d819eb

Browse files
authored
Merge pull request #53 from prgrms-web-devcourse-final-project/develop
- Chore[기능을 써주세요]: 기타 작업
2 parents c765dd2 + ece7d0d commit 6d819eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
EOF
228228

229229
# EC2에서 GHCR 로그인
230-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u doohyojeong --password-stdin
230+
echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u doohyojeong --password-stdin
231231

232232
# 최신 이미지 pull & 컨테이너 실행
233233
docker pull ghcr.io/doohyojeong/${{ env.DOCKER_IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)