Merge branch 'buildFix' into 'master'

hotfix: Fixed wrong tag name

See merge request redactmanager/redaction-service!199
This commit is contained in:
Christoph Schabert 2023-11-17 12:36:26 +01:00
commit a9daac317e

View File

@ -93,7 +93,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
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))
}
}