Skip to content

Commit

Permalink
ci: switch to hyperledger organization in publishing the image to ghc…
Browse files Browse the repository at this point in the history
…r.io
  • Loading branch information
yshyn-iohk committed Apr 25, 2024
1 parent 6d33929 commit c44775e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import sbtbuildinfo.BuildInfoPlugin.autoImport.*

inThisBuild(
Seq(
organization := "io.iohk.atala",
organization := "org.hyperledger",
scalaVersion := "3.3.1",
fork := true,
run / connectInput := true,
releaseUseGlobalVersion := false,
versionScheme := Some("semver-spec"),
githubOwner := "input-output-hk",
githubRepository := "atala-prism-building-blocks",
githubOwner := "hyperledger",
githubRepository := "identus-cloud-agent",
resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository",
resolvers += "jitpack" at "https://jitpack.io",
)
Expand Down Expand Up @@ -858,7 +858,7 @@ lazy val prismAgentServer = project
),
Compile / mainClass := Some("io.iohk.atala.agent.server.MainApp"),
Docker / maintainer := "atala-coredid@iohk.io",
Docker / dockerUsername := Some("input-output-hk"),
Docker / dockerUsername := Some("hyperledger"),
Docker / dockerRepository := Some("ghcr.io"),
dockerExposedPorts := Seq(8080, 8085, 8090),
// Official docker image for openjdk 21 with curl and bash
Expand Down

0 comments on commit c44775e

Please sign in to comment.