Skip to content

Commit

Permalink
chore: jib 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
m3k0813 committed Nov 20, 2024
1 parent ff10452 commit baad774
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.11'
id 'io.spring.dependency-management' version '1.1.6'
id 'com.google.cloud.tools.jib' version '3.4.4'
}

group = 'com.goormthon'
Expand Down Expand Up @@ -38,3 +39,9 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jib {
to {
image = 'zmflspa123/bookduchilseong'
}
}

0 comments on commit baad774

Please sign in to comment.