Skip to content

Commit

Permalink
chore: reset version in package.json (#4)
Browse files Browse the repository at this point in the history
* ci: change release workflow to hyperledger secrets (#2)

* ci: change release workflow to hyperledger secrets

Signed-off-by: Pat Losoponkul <[email protected]>

* ci: use GITHUB_TOKEN and tmp gpg key for release

Signed-off-by: Pat Losoponkul <[email protected]>

---------

Signed-off-by: Pat Losoponkul <[email protected]>

* chore: reset version in package.json

Signed-off-by: Pat Losoponkul <[email protected]>

* ci: use token from env

Signed-off-by: Pat Losoponkul <[email protected]>

* ci: add github actor variable

Signed-off-by: Pat Losoponkul <[email protected]>

* ci: update github owner

Signed-off-by: Pat Losoponkul <[email protected]>

* ci: update docker push target registry

Signed-off-by: Pat Losoponkul <[email protected]>

---------

Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
patlo-iog authored Jun 12, 2024
1 parent d040731 commit a1f0666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val V = new {
}

lazy val commonSettings = Seq(
githubOwner := "patlo-iog",
githubOwner := "hyperledger",
githubRepository := "identus-keycloak-plugins"
)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 All @@ -57,5 +57,5 @@
]
]
},
"version": "0.1.0"
"version": "0.0.0"
}

0 comments on commit a1f0666

Please sign in to comment.