feat: add dev artifact publish v2 plan
This commit is contained in:
@@ -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}`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user