Skip to content

Commit

Permalink
Fixed NativePackagerDockerIntegrationPlugin image
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 10, 2022
1 parent 62adadf commit ff4a8b0
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ object NativePackagerDockerIntegrationPlugin extends AutoPlugin {
import K8SMicroservicePlugin.autoImport.microserviceImage

override def projectSettings: Seq[Setting[_]] = Seq(
microserviceImage := {
val reg =
(Docker / dockerRepository).value.map(s => s"$s/").getOrElse("")
val name = (Docker / dockerAlias).value
s"$reg$name"
}
microserviceImage := (Docker / dockerAlias).value.toString()
)
}

0 comments on commit ff4a8b0

Please sign in to comment.