Add #Secret type to Docker #Build args
Signed-off-by: Kevin Poirot <kevin@vazee.fr>
This commit is contained in:
@@ -116,8 +116,11 @@ package op
|
||||
dockerfile?: string
|
||||
|
||||
platforms?: [...string]
|
||||
buildArg?: [string]: string
|
||||
label?: [string]: string
|
||||
buildArg?: {
|
||||
// FIXME: should be `[string]: string | #Secret` (circular import)
|
||||
[string]: string | _ @dagger(secret)
|
||||
}
|
||||
label?: [string]: string
|
||||
target?: string
|
||||
hosts?: [string]: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user