Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use full repo name in scarf docker urls :( #2663

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

Loading