diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index 5b97e137..a7f6660b 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -63,7 +63,7 @@ }, { "name": "cpu-ipex", - "imageNamePrefix": "cpu-ipex", + "imageNamePrefix": "cpu-ipex-", "runOn": "always", "sccache": true, "extraBuildArgs": "PLATFORM=cpu", @@ -72,7 +72,7 @@ }, { "name": "xpu-ipex", - "imageNamePrefix": "xpu-ipex", + "imageNamePrefix": "xpu-ipex-", "runOn": "always", "sccache": true, "extraBuildArgs": "PLATFORM=xpu", @@ -81,7 +81,7 @@ }, { "name": "hpu", - "imageNamePrefix": "hpu", + "imageNamePrefix": "hpu-", "runOn": "always", "sccache": true, "extraBuildArgs": "PLATFORM=hpu",