Skip to content

Commit 75bc6d8

Browse files
[fix](ci) Update docker image for branch-3.1 (#55698)
1 parent 4f18bb8 commit 75bc6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/pipeline/performance/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [[ "${target_branch}" == "master" ]]; then
8080
docker_image="apache/doris:build-env-ldb-toolchain-latest"
8181
elif [[ "${target_branch}" == "branch-3.1" ]]; then
8282
REMOTE_CCACHE='/mnt/remote_ccache_master'
83-
docker_image="apache/doris:build-env-ldb-toolchain-0.19-latest"
83+
docker_image="apache/doris:build-env-for-3.1-0.19"
8484
elif [[ "${target_branch}" == "branch-3.0" ]]; then
8585
REMOTE_CCACHE='/mnt/remote_ccache_master'
8686
docker_image="apache/doris:build-env-for-3.0-0.19"

0 commit comments

Comments
 (0)