Skip to content

Commit 3be71be

Browse files
authored
fix(ci): tag latest against cpu-only image (#5362)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 6adb019 commit 3be71be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cuda-major-version: "11"
100100
cuda-minor-version: "7"
101101
platforms: 'linux/amd64'
102-
tag-latest: 'auto'
102+
tag-latest: 'false'
103103
tag-suffix: '-cublas-cuda11-extras'
104104
ffmpeg: 'true'
105105
image-type: 'extras'
@@ -113,7 +113,7 @@ jobs:
113113
cuda-major-version: "12"
114114
cuda-minor-version: "0"
115115
platforms: 'linux/amd64'
116-
tag-latest: 'auto'
116+
tag-latest: 'false'
117117
tag-suffix: '-cublas-cuda12-extras'
118118
ffmpeg: 'true'
119119
image-type: 'extras'
@@ -125,7 +125,7 @@ jobs:
125125
makeflags: "--jobs=3 --output-sync=target"
126126
- build-type: 'sycl_f16'
127127
platforms: 'linux/amd64'
128-
tag-latest: 'auto'
128+
tag-latest: 'false'
129129
base-image: "quay.io/go-skynet/intel-oneapi-base:latest"
130130
grpc-base-image: "ubuntu:22.04"
131131
tag-suffix: '-sycl-f16-extras'
@@ -138,7 +138,7 @@ jobs:
138138
makeflags: "--jobs=3 --output-sync=target"
139139
- build-type: 'sycl_f32'
140140
platforms: 'linux/amd64'
141-
tag-latest: 'auto'
141+
tag-latest: 'false'
142142
base-image: "quay.io/go-skynet/intel-oneapi-base:latest"
143143
grpc-base-image: "ubuntu:22.04"
144144
tag-suffix: '-sycl-f32-extras'

0 commit comments

Comments
 (0)