From fd9d060c94ad17de187597e0042802e19f87bf15 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 6 Feb 2024 15:52:21 +0100 Subject: [PATCH] ci: fix sycl image suffix 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 69c7311f..c23cdabf 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -125,28 +125,28 @@ jobs: - build-type: 'sycl_f16' platforms: 'linux/amd64' tag-latest: 'false' - tag-suffix: 'sycl-f16-core' + tag-suffix: '-sycl-f16-core' ffmpeg: 'false' image-type: 'core' runs-on: 'arc-runner-set' - build-type: 'sycl_f32' platforms: 'linux/amd64' tag-latest: 'false' - tag-suffix: 'sycl-f32-core' + tag-suffix: '-sycl-f32-core' ffmpeg: 'false' image-type: 'core' runs-on: 'arc-runner-set' - build-type: 'sycl_f16' platforms: 'linux/amd64' tag-latest: 'false' - tag-suffix: 'sycl-f16-ffmpeg-core' + tag-suffix: '-sycl-f16-ffmpeg-core' ffmpeg: 'true' image-type: 'core' runs-on: 'arc-runner-set' - build-type: 'sycl_f32' platforms: 'linux/amd64' tag-latest: 'false' - tag-suffix: 'sycl-f32-ffmpeg-core' + tag-suffix: '-sycl-f32-ffmpeg-core' ffmpeg: 'true' image-type: 'core' runs-on: 'arc-runner-set'