Introduce project property for image registry
This commit is contained in:
parent
9e0ddfa4ba
commit
0b38ee3403
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ repositories {
|
|||
|
||||
jib {
|
||||
to {
|
||||
image = "registry.azw27.de/github-release-bot/github-release-bot"
|
||||
image = "${project.property("registry.fqdn")}/github-release-bot/github-release-bot"
|
||||
|
||||
tags = if (project.hasProperty("app.version")) {
|
||||
setOf("v" + project.property("app.version").toString())
|
||||
|
|
Loading…
Reference in a new issue