From bf976d8c3449faded36524707a902397d680ebda Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Sat, 25 May 2024 23:34:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ed7aa13a..ac495fcc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -103,6 +103,7 @@ jobs: - name: Build with Gradle - noti-service run: | 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