Skip to content

Commit

Permalink
📝docs : docker image 캐시 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 25, 2024
1 parent 3dc6afc commit 102dcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
#Config-Service Build & Docker Push
- name: Build with Gradle - config
run: |
docker builder prune
cd config-service
./gradlew clean build -x test
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-config .
Expand Down

0 comments on commit 102dcff

Please sign in to comment.