Skip to content

Commit

Permalink
Revert in Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Oct 29, 2024
1 parent f2d4027 commit 1c269ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.google.cloud.tools.jib.gradle.JibExtension
fun JibExtension.configureImages(sourceImage:String, destinationImage: String, localDocker: Boolean, multiPlatform: Boolean, tags: Set<String> = setOf<String>()) {
to {
image = destinationImage
if (tags.isPresent()) {
if (!tags.isEmpty()) {
this.tags = tags;
}
}
Expand Down

0 comments on commit 1c269ec

Please sign in to comment.