mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
validate vendor target
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ target "release" {
|
||||
}
|
||||
|
||||
group "validate" {
|
||||
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint", "path-warnings"]
|
||||
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint", "path-warnings", "validate-vendor"]
|
||||
}
|
||||
|
||||
target "test" {
|
||||
@@ -157,6 +157,11 @@ target "vendor" {
|
||||
provenance = false
|
||||
}
|
||||
|
||||
target "validate-vendor" {
|
||||
target = "validate-vendor"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
variable "UPSTREAM_MODULE_NAME" {
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user