engine.#Build: support auth
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
committed by
Sam Alba
parent
2467fb1920
commit
7d40e79366
@@ -83,6 +83,14 @@ package engine
|
||||
contents: string
|
||||
}
|
||||
|
||||
// Authentication
|
||||
auth: [...{
|
||||
target: string
|
||||
username: string
|
||||
secret: string | #Secret
|
||||
}]
|
||||
|
||||
// FIXME: options ported from op.#DockerBuild
|
||||
platforms: [...string]
|
||||
target: string
|
||||
buildArg: [string]: string
|
||||
|
Reference in New Issue
Block a user