Skip to content

Commit

Permalink
📝docs : noti build name
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 25, 2024
1 parent e91e2d9 commit 45db6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 45db6c3

Please sign in to comment.