fix image name

This commit is contained in:
Kilian Schuettler 2023-07-31 14:11:20 +02:00
parent 593e3121b9
commit 72fd542a25

View File

@ -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")
} }