Skip to content

Commit

Permalink
ci: update docker push target registry
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
  • Loading branch information
Pat Losoponkul committed Jun 12, 2024
1 parent b5d3f55 commit b3c116f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ val V = new {

lazy val commonSettings = Seq(
githubOwner := "hyperledger",
githubRepository := "identus-keycloak-plugins"
githubRepository := "identus-keycloak-plugins",
publishConfiguration := publishConfiguration.value.withOverwrite(true)
)

lazy val oid4vciPlugin = (project in file("."))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/patlo-iog/identus-keycloak-plugins:${nextRelease.version} ."
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/hyperledger/identus-keycloak-plugins:${nextRelease.version} ."
}
],
[
Expand Down

0 comments on commit b3c116f

Please sign in to comment.