diff --git a/README.md b/README.md index c32225a075152..f6ceb902e3e2b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ There are two ways to install RisingWave: use a pre-built package or compile fro ```shell # Download the pre-built binary -wget https://github.com/risingwavelabs/risingwave/releases/download/v0.1.15/risingwave-v0.1.15-x86_64-unknown-linux.tar.gz +wget https://github.com/risingwavelabs/risingwave/releases/download/v0.1.16/risingwave-v0.1.16-x86_64-unknown-linux.tar.gz # Unzip the binary -tar xvf risingwave-v0.1.15-x86_64-unknown-linux.tar.gz +tar xvf risingwave-v0.1.16-x86_64-unknown-linux.tar.gz # Start RisingWave in single-binary playground mode ./risingwave playground ``` @@ -33,7 +33,7 @@ tar xvf risingwave-v0.1.15-x86_64-unknown-linux.tar.gz ```shell # Start RisingWave in single-binary playground mode -docker run -it --pull=always -p 4566:4566 -p 5691:5691 ghcr.io/risingwavelabs/risingwave:v0.1.15 playground +docker run -it --pull=always -p 4566:4566 -p 5691:5691 ghcr.io/risingwavelabs/risingwave:v0.1.16 playground ``` **Compile from Source with [RiseDev](docs/developer-guide.md#set-up-the-development-environment) (Linux and macOS)** diff --git a/ci/workflows/main.yml b/ci/workflows/main.yml index 8dc3a9099534a..0e5f4dfc18800 100644 --- a/ci/workflows/main.yml +++ b/ci/workflows/main.yml @@ -299,6 +299,7 @@ steps: environment: - GITHUB_TOKEN - BUILDKITE_TAG + - BUILDKITE_SOURCE timeout_in_minutes: 60 retry: *auto-retry