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 7beb80f commit a102dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a102dc7

Please sign in to comment.