Skip to content

Commit

Permalink
Fix deploy task 4
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Jan 14, 2024
1 parent 7a07ae1 commit caa0897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comments-app-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ tasks {
dependsOn(dockerDockerfileJvm)
inputDir.set(dockerJvmDir.parentFile)
images.add("$imageName:${rootProject.version}-jvm")
images.add("$imageName-jvm:${if (nightly) "nightly" else "latest"}-jvm")
images.add("$imageName:${if (nightly) "nightly" else "latest"}-jvm")
}
val dockerPushJvmImage by creating(DockerPushImage::class) {
group = "docker"
Expand Down

0 comments on commit caa0897

Please sign in to comment.