We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fded50 commit 2aa3390Copy full SHA for 2aa3390
.github/workflows/matrix.json
@@ -63,7 +63,7 @@
63
},
64
{
65
"name": "cpu-ipex",
66
- "imageNamePrefix": "cpu-ipex",
+ "imageNamePrefix": "cpu-ipex-",
67
"runOn": "always",
68
"sccache": true,
69
"extraBuildArgs": "PLATFORM=cpu",
@@ -72,7 +72,7 @@
72
73
74
"name": "xpu-ipex",
75
- "imageNamePrefix": "xpu-ipex",
+ "imageNamePrefix": "xpu-ipex-",
76
77
78
"extraBuildArgs": "PLATFORM=xpu",
@@ -81,7 +81,7 @@
81
82
83
"name": "hpu",
84
- "imageNamePrefix": "hpu",
+ "imageNamePrefix": "hpu-",
85
86
87
"extraBuildArgs": "PLATFORM=hpu",
0 commit comments