Skip to content

Commit 6d9c18a

Browse files
authored
Fix: 깃허브 액션 수정
1 parent 2a98a20 commit 6d9c18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
timeout: 40s # 30초 기본
6060
script: |
6161
docker image pull ghcr.io/readyvery/ready-back:latest
62-
63-
docker-compose build --no-cache readyvery
62+
cd docker
63+
docker-compose rm -f readyvery
6464
docker-compose up -d readyvery
6565

0 commit comments

Comments
 (0)