File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6363# echo "CHAT_CHANGED=true" >> $GITHUB_ENV
6464# fi
6565
66- - name : Cache Gradle - Chat (Gradle 캐시 - 채팅)
67- uses : actions/cache@v3
68- with :
69- path : |
70- chat/.gradle/caches
71- chat/.gradle/wrapper
72- key : gradle-chat-${{ runner.os }}-${{ hashFiles('chat/**/gradle-wrapper.properties') }}
73- restore-keys : gradle-chat-${{ runner.os }}-
74-
7566 - name : Build JAR - Default (JAR 빌드 - 디폴트)
7667 run : |
7768 cd default
9081 docker push $DOCKER_IMAGE_DEFAULT
9182 docker push $DOCKER_IMAGE_DEFAULT_LATEST
9283
84+ - name : Cache Gradle - Chat (Gradle 캐시 - 채팅)
85+ uses : actions/cache@v3
86+ with :
87+ path : |
88+ chat/.gradle/caches
89+ chat/.gradle/wrapper
90+ key : gradle-chat-${{ runner.os }}-${{ hashFiles('chat/**/gradle-wrapper.properties') }}
91+ restore-keys : gradle-chat-${{ runner.os }}-
92+
9393 - name : Build JAR - Chat (JAR 빌드 - 채팅)
9494 run : |
9595 cd chat
You can’t perform that action at this time.
0 commit comments