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 4x)
This commit is contained in:
parent
cec918dc8f
commit
6b0052c640
@ -61,15 +61,8 @@ tasks.withType<Test> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<BootBuildImage> {
|
tasks.withType<BootBuildImage> {
|
||||||
val dockerId = System.getenv("DOCKER_ID")
|
|
||||||
val dockerPw = System.getenv("docker_pw")
|
|
||||||
|
|
||||||
docker {
|
docker {
|
||||||
publish = true
|
publish = true
|
||||||
publishRegistry {
|
|
||||||
username = dockerId
|
|
||||||
password = dockerPw
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
imageName.set("dalbodeule/dnsapi")
|
imageName.set("dalbodeule/dnsapi")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user