Skip to content

Commit 9f7776e

Browse files
committed
docs: add links to published Docker images for lit-auth-server and lit-login-server
1 parent ecb7463 commit 9f7776e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ bunx changeset publish
103103
- Trigger the `Release Docker Images` GitHub Action (`.github/workflows/release-docker-images.yml`) from the Actions tab once the desired changes are on the branch you want to release from.
104104
- When starting the workflow, select the branch ref, set `auth-server-released` to true, and optionally provide a `custom-tag` to add an extra image tag alongside the branch/commit/`latest` tags.
105105
- The job installs the Rust toolchain and `wasm-pack`, builds both `lit-auth-server` and `lit-login-server` via their Nx `docker-build` targets, and pushes images to `ghcr.io/lit-protocol/<app>` using the repo's `GITHUB_TOKEN` (or the `GHCR_USERNAME`/`GHCR_TOKEN` secrets if you supply them).
106+
- Published images live under:
107+
- `lit-auth-server`: https://github.com/LIT-Protocol/js-sdk/pkgs/container/lit-auth-server
108+
- `lit-login-server`: https://github.com/LIT-Protocol/js-sdk/pkgs/container/lit-login-server
106109
- Leave `auth-server-released` unchecked to perform a no-op dry run and confirm the workflow is available without publishing images.
107110

108111
## Keeping the contract address and ABIs in sync with the latest changes

0 commit comments

Comments
 (0)