bake: fix attest disabled attribute
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,8 @@ export interface Target {
|
||||
|
||||
export interface AttestEntry {
|
||||
type: string;
|
||||
[key: string]: string;
|
||||
disabled?: string | boolean;
|
||||
[key: string]: string | boolean | undefined;
|
||||
}
|
||||
|
||||
export interface CacheEntry {
|
||||
|
||||
Reference in New Issue
Block a user