File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
arch : " amd64"
41
41
branch : ${{ inputs.branch }}
42
42
build_type : ${{ inputs.build_type || 'branch' }}
43
- container_image : " rapidsai/ci-conda:latest"
43
+ container_image : " rapidsai/ci-conda:25.08- latest"
44
44
date : ${{ inputs.date }}
45
45
node_type : " cpu4"
46
46
script : " ci/build_docs.sh"
Original file line number Diff line number Diff line change 48
48
build_type : pull-request
49
49
node_type : " cpu4"
50
50
arch : " amd64"
51
- container_image : " rapidsai/ci-conda:latest"
51
+ container_image : " rapidsai/ci-conda:25.08- latest"
52
52
script : " ci/build_docs.sh"
53
53
telemetry-summarize :
54
54
# This job must use a self-hosted runner to record telemetry traces.
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ echo "${NEXT_FULL_TAG}" > VERSION
31
31
32
32
for FILE in .github/workflows/* .yaml; do
33
33
sed_runner " /shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG} /g" " ${FILE} "
34
+ sed_runner " s/:[0-9]*\\ .[0-9]*-/:${NEXT_SHORT_TAG} -/g" " ${FILE} "
34
35
done
You can’t perform that action at this time.
0 commit comments