diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f300c9b3a..f03ed8cc9 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -38,8 +38,8 @@ jobs: ### Pull the Docker images \`\`\`sh - docker pull docker.restate.dev/restate:$app_version - docker pull docker.restate.dev/restate-cli:$app_version + docker pull docker.restate.dev/restatedev/restate:$app_version + docker pull docker.restate.dev/restatedev/restate-cli:$app_version \`\`\` ### Install prebuilt binaries via Homebrew diff --git a/README.md b/README.md index b839f6921..5c08997b8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ npx @restatedev/restate-server Run via docker: ```bash -docker run --rm -it --network=host docker.io/restatedev/restate:latest +docker run --rm -it --network=host docker.restate.dev/restatedev/restate:latest ``` ### Install the CLI @@ -122,4 +122,3 @@ For SDK compatibility, refer to the supported version matrix in the respective R ### Building Restate locally In order to build Restate locally [follow the build instructions](https://github.com/restatedev/restate/blob/main/docs/dev/local-development.md#building-restate). -