We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9825966 commit a261c26Copy full SHA for a261c26
1 file changed
.github/workflows/docker-image.yml
@@ -34,6 +34,7 @@ jobs:
34
35
# 4. Gradle 빌드 및 JAR 파일 생성
36
- name: Build JAR file using Gradle
37
+ working-directory: MathCaptain/weakness
38
run: ./gradlew clean bootJar
39
40
# 5. Docker Hub 로그인
0 commit comments