Skip to content

Commit 84493ae

Browse files
authored
Merge pull request #248 from prgrms-web-devcourse-final-project/develop
fix:latest를 가져오도록 해보기 (#246)
2 parents 1d84377 + c7aea21 commit 84493ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
cd /home/ssm-user/WEB6_8_FiveLogic_BE || exit 1
188188
189189
echo "📥 Docker 이미지 다운로드 중..."
190-
docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:${IMAGE_TAG}
190+
docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:latest
191191
192192
echo "🛑 기존 컨테이너 중지 및 제거 중..."
193193
docker-compose down || true

0 commit comments

Comments
 (0)