Skip to content

Commit

Permalink
build: fix the invalid tag when calling docker:publishLocal (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Jan 2, 2025
1 parent 1bdc62a commit 189ded7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ lazy val mediator = project
Docker / dockerUsername := Some("hyperledger"),
Docker / dockerRepository := Some("ghcr.io"),
Docker / packageName := "identus-mediator",
Docker / version := (Compile / version).value.replace("+", "_"),
dockerExposedPorts := Seq(8080),
dockerBaseImage := "openjdk:11",
dockerUpdateLatest := true,
Expand Down

0 comments on commit 189ded7

Please sign in to comment.