diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4169cb96..ed7aa13a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -104,7 +104,7 @@ jobs: run: | cd noti-service ./gradlew clean build -x test - docker build --no-cache -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti . + docker build --no-cache -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti-test . docker push ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti cd ..