Skip to content

Commit

Permalink
Use new way of setting Jib Container Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jun 11, 2021
1 parent 24aeb1a commit 29d9fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ subprojects {
to { image = "${project.group}/${project.name}:${project.version}" }
container {
format = OCI
labels = mapOf("maintainer" to "Cosmo Tech")
labels.putAll(mapOf("maintainer" to "Cosmo Tech"))
environment =
mapOf(
"JAVA_TOOL_OPTIONS" to
Expand Down

0 comments on commit 29d9fa5

Please sign in to comment.