From 3be71be696b827cac32fb4a66997cb4dbc833003 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 13 May 2025 22:00:41 +0200 Subject: [PATCH] fix(ci): tag latest against cpu-only image (#5362) Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index e8acf1fe..01709010 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -99,7 +99,7 @@ jobs: cuda-major-version: "11" cuda-minor-version: "7" platforms: 'linux/amd64' - tag-latest: 'auto' + tag-latest: 'false' tag-suffix: '-cublas-cuda11-extras' ffmpeg: 'true' image-type: 'extras' @@ -113,7 +113,7 @@ jobs: cuda-major-version: "12" cuda-minor-version: "0" platforms: 'linux/amd64' - tag-latest: 'auto' + tag-latest: 'false' tag-suffix: '-cublas-cuda12-extras' ffmpeg: 'true' image-type: 'extras' @@ -125,7 +125,7 @@ jobs: makeflags: "--jobs=3 --output-sync=target" - build-type: 'sycl_f16' platforms: 'linux/amd64' - tag-latest: 'auto' + tag-latest: 'false' base-image: "quay.io/go-skynet/intel-oneapi-base:latest" grpc-base-image: "ubuntu:22.04" tag-suffix: '-sycl-f16-extras' @@ -138,7 +138,7 @@ jobs: makeflags: "--jobs=3 --output-sync=target" - build-type: 'sycl_f32' platforms: 'linux/amd64' - tag-latest: 'auto' + tag-latest: 'false' base-image: "quay.io/go-skynet/intel-oneapi-base:latest" grpc-base-image: "ubuntu:22.04" tag-suffix: '-sycl-f32-extras'