mirror of https://github.com/docker/cli.git
fix inherits for vendor bake defs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bea6c0d242
commit
76a2a1945f
|
@ -93,18 +93,21 @@ target "shellcheck" {
|
|||
}
|
||||
|
||||
target "validate-vendor" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./dockerfiles/Dockerfile.vendor"
|
||||
target = "validate"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
target "update-vendor" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./dockerfiles/Dockerfile.vendor"
|
||||
target = "update"
|
||||
output = ["."]
|
||||
}
|
||||
|
||||
target "mod-outdated" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./dockerfiles/Dockerfile.vendor"
|
||||
target = "outdated"
|
||||
args = {
|
||||
|
|
Loading…
Reference in New Issue