feat: add dev artifact publish v2 plan

This commit is contained in:
HWLAB Code Queue
2026-05-21 18:30:40 +00:00
parent 35ecb5e038
commit 95a6180439
16 changed files with 1233 additions and 285 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ function assertHwlabImage(image, serviceId, label) {
);
assert.match(
image,
new RegExp(`^ghcr\\.io/pikastech/${serviceId}:[a-f0-9]{7,40}$`),
new RegExp(`^(ghcr\\.io/pikastech|127\\.0\\.0\\.1:5000/hwlab|localhost:5000/hwlab)/${serviceId}:[a-f0-9]{7,40}$`),
`${label}.image must be the HWLAB image for ${serviceId}`
);
}