Skip to content

Commit

Permalink
fix: Release mediator tagFormat (#285)
Browse files Browse the repository at this point in the history
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
  • Loading branch information
milosbackonja authored and mineme0110 committed Apr 30, 2024
1 parent 57c4e7d commit 24c7a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "identus-mediator",
"version": "1.0.0",
"version": "0.14.2",
"engines": {
"node": ">=16.13.0"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"prerelease": "snapshot"
}
],
"tagFormat": "v${version}",
"tagFormat": "identus-mediator-v${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down Expand Up @@ -77,7 +77,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/atala-prism-mediator:${nextRelease.version} ./mediator/target/docker/stage"
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/${name}:${nextRelease.version} ./mediator/target/docker/stage"
}
],
[
Expand Down

0 comments on commit 24c7a46

Please sign in to comment.