Skip to content

Commit

Permalink
๐Ÿ“ Modify(#67): ๋ฐ˜ํ™˜๋˜๋Š” ์ด๋ฏธ์ง€ ์žˆ๋Š”์ง€ ํ™•์ธ ํ›„ <none> ํƒœ๊ทธ ์ด๋ฏธ์ง€๊ฐ€ ์žˆ์„ ๊ฒฝ์šฐ ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetree7878 committed Dec 5, 2024
1 parent 7bf4031 commit 3b05363
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
# Docker Compose๋กœ ์„œ๋น„์Šค ๋ฐฐํฌ
- name: Docker run
run: |
docker rmi $(docker images -f "dangling=true" -q)
if [ -n "$(docker images -f "dangling=true" -q)" ]; then
docker rmi $(docker images -f "dangling=true" -q)
fi
docker compose -f /home/ubuntu/docker-compose.yml down
docker compose -f /home/ubuntu/docker-compose.yml up -d --pull always

0 comments on commit 3b05363

Please sign in to comment.