Skip to content

Commit f0917bc

Browse files
committed
fix docker.sh
Signed-off-by: xxchan <[email protected]>
1 parent 9fc9b26 commit f0917bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/scripts/docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euo pipefail
55

66
date="$(date +%Y%m%d)"
7-
ghcraddr="ghcr.io/singularity-data"
7+
ghcraddr="ghcr.io/risingwavelabs"
88
arch="$(uname -m)"
99

1010
components=(

ci/scripts/multi-arch-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euo pipefail
55

66
date="$(date +%Y%m%d)"
7-
ghcraddr="ghcr.io/singularity-data"
7+
ghcraddr="ghcr.io/risingwavelabs"
88

99
components=(
1010
"risingwave"

ci/scripts/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ gh release create "${BUILDKITE_TAG}" --generate-notes -d -p
1515

1616
echo "--- Download artifacts"
1717
mkdir -p target/debug && cd target/debug
18-
buildkite-agent artifact download risingwave-release .
19-
mv risingwave-release risingwave
18+
buildkite-agent artifact download risingwave-ci-release .
19+
mv risingwave-ci-release risingwave
2020
chmod +x risingwave
2121
tar -czvf risingwave-"${BUILDKITE_TAG}"-x86_64-unknown-linux.tar.gz risingwave
2222

0 commit comments

Comments
 (0)