Skip to content

Commit bb6ee01

Browse files
committed
⚡ MarkSphere v1.0.16
배포 파일 오류 수정3
1 parent 9f59fd9 commit bb6ee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
key: ${{ secrets.OCI_KEY }}
7272
script: |
7373
cd ~/marksphere-project
74-
# [중요] docker-compose.yml 파일 내의 이미지를 GHCR 이미지로 강제 지정
7574
sed -i 's/build: ./image: ghcr.io\/social-bookmarking\/back:latest/' docker-compose.yml
7675
76+
docker-compose down
7777
docker-compose pull
7878
docker-compose up -d --force-recreate
7979
docker image prune -f

0 commit comments

Comments
 (0)