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 f55d1c4 commit dd071ba
Showing 1 changed file with 1 addition and 1 deletion.
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 dd071ba

Please sign in to comment.