mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 18:58:20 +00:00
change some property on build.gradle.kts(retry)
This commit is contained in:
parent
5b7ff4a16b
commit
1ba7983e79
@ -61,14 +61,11 @@ tasks.withType<Test> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<BootBuildImage> {
|
tasks.withType<BootBuildImage> {
|
||||||
val imageNames = "dalbodeule/dnsapi"
|
|
||||||
|
|
||||||
val dockerId = System.getenv("DOCKER_ID")
|
val dockerId = System.getenv("DOCKER_ID")
|
||||||
val dockerPw = System.getenv("docker_pw")
|
val dockerPw = System.getenv("docker_pw")
|
||||||
|
|
||||||
|
imageName.set("dalbodeule/dnsapi")
|
||||||
imageName = imageNames
|
tags.set(setOf("latest", datetimeFormatter.format(LocalDateTime.now())))
|
||||||
tags.set(setOf("$imageNames:latest", "$imageNames:${datetimeFormatter.format(LocalDateTime.now())}"))
|
|
||||||
buildpacks.set(setOf("docker.io/paketobuildpacks/oracle", "urn:cnb:builder:paketo-buildpacks/java-native-image"))
|
buildpacks.set(setOf("docker.io/paketobuildpacks/oracle", "urn:cnb:builder:paketo-buildpacks/java-native-image"))
|
||||||
|
|
||||||
environment = mapOf(
|
environment = mapOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user