Merge branch 'buildFix' into 'master'
hotfix: Fixed wrong tag name See merge request redactmanager/redaction-service!199
This commit is contained in:
commit
a9daac317e
@ -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