Trying to use less tags for images

This commit is contained in:
NovaFox161
2024-03-11 00:12:18 -05:00
parent 5a6d0cd4f8
commit 7094d64f0a
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jib {
}
image = "rg.nl-ams.scw.cloud/dreamexposure/discal-cam"
tags = mutableSetOf("latest", version.toString(), buildVersion)
tags = mutableSetOf("latest", buildVersion)
}
val baseImage: String by properties

View File

@@ -32,7 +32,7 @@ jib {
}
image = "rg.nl-ams.scw.cloud/dreamexposure/discal-client"
tags = mutableSetOf("latest", version.toString(), buildVersion)
tags = mutableSetOf("latest", buildVersion)
}
val baseImage: String by properties

View File

@@ -36,7 +36,7 @@ jib {
}
image = "rg.nl-ams.scw.cloud/dreamexposure/discal-server"
tags = mutableSetOf("latest", version.toString(), buildVersion)
tags = mutableSetOf("latest", buildVersion)
}
val baseImage: String by properties

View File

@@ -46,7 +46,7 @@ jib {
}
image = "rg.nl-ams.scw.cloud/dreamexposure/discal-web"
tags = mutableSetOf("latest", version.toString(), buildVersion)
tags = mutableSetOf("latest", buildVersion)
}
val baseImage: String by properties