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