fix image name
This commit is contained in:
parent
593e3121b9
commit
72fd542a25
@ -54,7 +54,7 @@ tasks.test {
|
|||||||
|
|
||||||
|
|
||||||
tasks.named<BootBuildImage>("bootBuildImage") {
|
tasks.named<BootBuildImage>("bootBuildImage") {
|
||||||
imageName.set("nexus.knecon.com:5001/ff/${project.name}:${project.version}")
|
imageName.set("nexus.knecon.com:5001/red/${project.name}:${project.version}")
|
||||||
if (project.hasProperty("buildbootDockerHostNetwork")) {
|
if (project.hasProperty("buildbootDockerHostNetwork")) {
|
||||||
network.set("host")
|
network.set("host")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user