mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2025-12-21 11:31:03 -06:00
Trying to use less tags for images
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user