Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Jan 8, 2024
1 parent 81f90fd commit 556edbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ lazy val mediator = project
.settings(
Compile / mainClass := Some("io.iohk.atala.mediator.MediatorStandalone"),
Docker / maintainer := "[email protected]",
// Docker / dockerUsername := Some("input-output-hk"),
// Docker / dockerRepository := Some("ghcr.io"),
Docker / dockerUsername := Some("fabio"),
Docker / dockerRepository := Some("registry.fmgp.app"),
Docker / packageName := "atala-prism-mediator",
Docker / dockerUsername := Some("input-output-hk"),
Docker / dockerRepository := Some("ghcr.io"),
// Docker / dockerUsername := Some("fabio"),
// Docker / dockerRepository := Some("registry.fmgp.app"),
// Docker / packageName := "atala-prism-mediator",
dockerExposedPorts := Seq(8080),
dockerBaseImage := "openjdk:11",
dockerUpdateLatest := true,
Expand Down

0 comments on commit 556edbb

Please sign in to comment.