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