Skip to content

Commit 2aa3390

Browse files
Fix typo on intel docker image (#529)
1 parent 2fded50 commit 2aa3390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"name": "cpu-ipex",
66-
"imageNamePrefix": "cpu-ipex",
66+
"imageNamePrefix": "cpu-ipex-",
6767
"runOn": "always",
6868
"sccache": true,
6969
"extraBuildArgs": "PLATFORM=cpu",
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"name": "xpu-ipex",
75-
"imageNamePrefix": "xpu-ipex",
75+
"imageNamePrefix": "xpu-ipex-",
7676
"runOn": "always",
7777
"sccache": true,
7878
"extraBuildArgs": "PLATFORM=xpu",
@@ -81,7 +81,7 @@
8181
},
8282
{
8383
"name": "hpu",
84-
"imageNamePrefix": "hpu",
84+
"imageNamePrefix": "hpu-",
8585
"runOn": "always",
8686
"sccache": true,
8787
"extraBuildArgs": "PLATFORM=hpu",

0 commit comments

Comments
 (0)