hotfix: Fixed wrong tag name
This commit is contained in:
parent
3f9f3857f1
commit
cb103a3f83
@ -93,7 +93,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
|
|||||||
url.set("https://nexus.knecon.com:5001/")
|
url.set("https://nexus.knecon.com:5001/")
|
||||||
}
|
}
|
||||||
|
|
||||||
val dockerTag = "nexus.knecon.com:5001/ff/${project.name}:${project.version}"
|
val dockerTag = "nexus.knecon.com:5001/red/${project.name}:${project.version}"
|
||||||
tags.set(listOf(dockerTag))
|
tags.set(listOf(dockerTag))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user