@@ -29,16 +29,16 @@ jobs:
29
29
arch : arm64
30
30
variance :
31
31
- name : Ubuntu-22.04/CUDA-11.8.0
32
- image : " ${{ github.repository }} -ubuntu22-cuda11"
32
+ image : " rust-gpu/rust-cuda -ubuntu22-cuda11"
33
33
dockerfile : ./container/ubuntu22-cuda11/Dockerfile
34
34
- name : Ubuntu-22.04/CUDA-12.8.1
35
- image : " ${{ github.repository }} -ubuntu22-cuda12"
35
+ image : " rust-gpu/rust-cuda -ubuntu22-cuda12"
36
36
dockerfile : ./container/ubuntu22-cuda12/Dockerfile
37
37
- name : Ubuntu-24.04/CUDA-12.8.1
38
- image : " ${{ github.repository }} -ubuntu24-cuda12"
38
+ image : " rust-gpu/rust-cuda -ubuntu24-cuda12"
39
39
dockerfile : ./container/ubuntu24-cuda12/Dockerfile
40
40
- name : RockyLinux-9/CUDA-12.8.1
41
- image : " ${{ github.repository }} -rockylinux9-cuda12"
41
+ image : " rust-gpu/rust-cuda -rockylinux9-cuda12"
42
42
dockerfile : ./container/rockylinux9-cuda12/Dockerfile
43
43
steps :
44
44
- name : Checkout repository
@@ -109,13 +109,13 @@ jobs:
109
109
matrix :
110
110
variance :
111
111
- name : Ubuntu-22.04/CUDA-11.8.0
112
- image : " ${{ github.repository }} -ubuntu22-cuda11"
112
+ image : " rust-gpu/rust-cuda -ubuntu22-cuda11"
113
113
- name : Ubuntu-22.04/CUDA-12.8.1
114
- image : " ${{ github.repository }} -ubuntu22-cuda12"
114
+ image : " rust-gpu/rust-cuda -ubuntu22-cuda12"
115
115
- name : Ubuntu-24.04/CUDA-12.8.1
116
- image : " ${{ github.repository }} -ubuntu24-cuda12"
116
+ image : " rust-gpu/rust-cuda -ubuntu24-cuda12"
117
117
- name : RockyLinux-9/CUDA-12.8.1
118
- image : " ${{ github.repository }} -rockylinux9-cuda12"
118
+ image : " rust-gpu/rust-cuda -rockylinux9-cuda12"
119
119
steps :
120
120
- name : Download digests
121
121
uses : actions/download-artifact@v4
0 commit comments