mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): close public local release pair
This commit is contained in:
@@ -67,6 +67,12 @@ function releaseSet(scope) {
|
||||
...identity,
|
||||
releaseScope: scope,
|
||||
image: entry.image,
|
||||
localRoleVerification:
|
||||
entry.image === 'local'
|
||||
? 'application_rollout_verified'
|
||||
: entry.image === 'local-operator'
|
||||
? 'operator_entrypoint_verified'
|
||||
: 'not_applicable',
|
||||
digest: `sha256:${String(index + 1).repeat(64)}`,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user