fix: require exact main release branch for imgproxy
This commit is contained in:
@@ -25,4 +25,6 @@ test('release verifies checksums before loading the image and backs up launch st
|
||||
assert.match(release, /docker load/);
|
||||
assert.match(release, /imgproxy-compat-\$RELEASE_ID\.plist/);
|
||||
assert.match(release, /img\.tkmind\.cn\/health/);
|
||||
assert.match(release, /release\/\*/);
|
||||
assert.match(release, /rev-parse origin\/main/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user