Skip to content

Commit

Permalink
fix(node): edit docker publish path in tragets #852
Browse files Browse the repository at this point in the history
Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
  • Loading branch information
shotexa authored May 17, 2024
1 parent 5ba1bd1 commit b9410fe
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 @@ -47,7 +47,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/prism-node:${nextRelease.version} ./node/target/docker/stage"
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/prism-node:${nextRelease.version} ./target/docker/stage"
}
],
[
Expand Down

0 comments on commit b9410fe

Please sign in to comment.