From a102dc738d33eaa847961a176404b13b1cc1732f Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Sat, 25 May 2024 23:48:32 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20noti=20build=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d833e7ec..c43a6ad0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,8 +105,8 @@ jobs: cd noti-service cat src/main/resources/bootstrap.yml ./gradlew clean build -x test - docker build --no-cache -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti-test . - docker push ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti-test + docker build --no-cache -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti . + docker push ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti cd .. #User-Service Build & Docker Push