From f72c8067016262323b3921e937d525b6a8b46984 Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Sat, 25 May 2024 01:48:03 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95=20&=20docker=20prune?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b6ebc93..09774e92 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: prod #Setting JDK - name: Set up JDK 17 @@ -148,3 +150,5 @@ jobs: bash /home/docker_init.sh bash /home/common.sh bash /home/deploy.sh + + docker image prune -f