Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Nov 13, 2023
1 parent b831b1a commit 1ade4dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ So, to import the new runtimes with chain spec `XXX`:
1. Run command `./scripts/build-tracing-runtime.sh XXX`
1. Commit wasm blob and json digest for each new runtime
1. Push the branch `tracing-runtime-XXX` and submit a PR

### Publishing the docker runtime

There are two actions to publish the tracing runtime on docker:

1. Publish Docker
publishes the tracing runtime to the [moonbeamfoundation DockerHub registry](https://hub.docker.com/r/moonbeamfoundation/moonbeam-tracing/tags)


2. Publish Docker (Legacy PureStake)
publishes the tracing runtime to the legagy [purestake DockerHub registry](https://hub.docker.com/r/purestake/moonbeam-tracing/tags)

Until the legagy docker registry is abandoned it is necessary to publish the image on both registries

0 comments on commit 1ade4dc

Please sign in to comment.