Re-enable builds and tag operations in the UI
This commit is contained in:
parent
2e30c47045
commit
7b3cb9c8b7
8 changed files with 36 additions and 28 deletions
|
@ -81,6 +81,7 @@ export type Repository = {
|
|||
kind?: string;
|
||||
namespace?: string;
|
||||
trust_enabled?: boolean;
|
||||
tag_operations_disabled?: boolean;
|
||||
};
|
||||
|
||||
|
||||
|
|
Reference in a new issue