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'