Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit 136453a

Browse files
authored
Update image names (#590)
PR updates `rapidsai/ci` references to `rapidsai/ci-conda` Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #590
1 parent 9cc4672 commit 136453a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
arch: "amd64"
5454
branch: ${{ inputs.branch }}
5555
build_type: ${{ inputs.build_type || 'branch' }}
56-
container_image: "rapidsai/ci:latest"
56+
container_image: "rapidsai/ci-conda:latest"
5757
date: ${{ inputs.date }}
5858
node_type: "gpu-v100-latest-1"
5959
run_script: "ci/build_docs.sh"

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
build_type: pull-request
4545
node_type: "gpu-v100-latest-1"
4646
arch: "amd64"
47-
container_image: "rapidsai/ci:cuda11.8.0-ubuntu22.04-py3.10"
47+
container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.10"
4848
run_script: "ci/test_notebooks.sh"
4949
docs-build:
5050
needs: conda-python-build
@@ -54,5 +54,5 @@ jobs:
5454
build_type: pull-request
5555
node_type: "gpu-v100-latest-1"
5656
arch: "amd64"
57-
container_image: "rapidsai/ci:cuda11.8.0-ubuntu22.04-py3.9"
57+
container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.9"
5858
run_script: "ci/build_docs.sh"

0 commit comments

Comments
 (0)