Introduce project property for image registry

This commit is contained in:
Ryan Harg 2024-11-22 08:59:13 +01:00
parent 9e0ddfa4ba
commit 0b38ee3403

View file

@ -27,7 +27,7 @@ repositories {
jib { jib {
to { 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")) { tags = if (project.hasProperty("app.version")) {
setOf("v" + project.property("app.version").toString()) setOf("v" + project.property("app.version").toString())