mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 10:48: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> {
|
||||
val dockerId = System.getenv("DOCKER_ID")
|
||||
val dockerPw = System.getenv("docker_pw")
|
||||
|
||||
docker {
|
||||
publish = true
|
||||
publishRegistry {
|
||||
username = dockerId
|
||||
password = dockerPw
|
||||
}
|
||||
}
|
||||
|
||||
imageName.set("dalbodeule/dnsapi")
|
||||
|
Loading…
x
Reference in New Issue
Block a user