Skip to content

Commit

Permalink
fix docker.sh
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Sep 7, 2022
1 parent 9fc9b26 commit f0917bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

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

components=(
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/multi-arch-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

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

components=(
"risingwave"
Expand Down
4 changes: 2 additions & 2 deletions ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ gh release create "${BUILDKITE_TAG}" --generate-notes -d -p

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

Expand Down

0 comments on commit f0917bc

Please sign in to comment.