Skip to content

Commit 2b5fcd0

Browse files
committed
[REFACTOR] 도커 컴포즈 문법 오류 수정
1 parent 8adf710 commit 2b5fcd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Setup Gradle for optimal caching
2929
uses: gradle/actions/setup-gradle@v3
3030
with:
31-
gradle-home-cache-cleanup: on-success
31+
gradle-home-cache-cleanup: true
32+
gradle-home-cache-strict-match: true
3233

3334
- name: Build application with Gradle
3435
run: ./gradlew build -x test

0 commit comments

Comments
 (0)