From 7d18afcc0dab404ad9ecfce4ba4cf1eba5a42fd2 Mon Sep 17 00:00:00 2001 From: Redddy <78539407+reddevilmidzy@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:49:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20a=EC=99=80=20b=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/be_cd-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/be_cd-test.yml b/.github/workflows/be_cd-test.yml index c234c31a..410c387d 100644 --- a/.github/workflows/be_cd-test.yml +++ b/.github/workflows/be_cd-test.yml @@ -111,7 +111,7 @@ jobs: - name: remove old spring-app image run: | - sudo docker image rm -f coduo2024/springboot-app:test-latest; + sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app; - name: Start the new (green/blue) environment run: | @@ -131,7 +131,7 @@ jobs: - name: Delete Dangling docker images run: | - sudo docker image prune + sudo docker image prune -a -f deployB: environment: test