fix: require exact main release branch for imgproxy

This commit is contained in:
john
2026-07-15 11:31:43 +08:00
parent 3eee44ef5b
commit e2d850c2e9
2 changed files with 5 additions and 2 deletions
@@ -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/);
});