Skip to content

Commit

Permalink
build: fix the invalid tag when calling docker:publishLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Jan 2, 2025
1 parent 1bdc62a commit ed8a849
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 ed8a849

Please sign in to comment.