Skip to content

Commit

Permalink
Use full repo name in scarf docker urls :( (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman authored Feb 7, 2025
1 parent 6151535 commit 1fe2c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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).

0 comments on commit 1fe2c9d

Please sign in to comment.