mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-11 14:11:21 +00:00
Set cacheonly
output for validators (#395)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
1fbdd62c8a
commit
1bc290cdf9
1 changed files with 3 additions and 0 deletions
|
@ -48,12 +48,14 @@ target "lint" {
|
|||
inherits = ["go-version"]
|
||||
dockerfile = "./hack/lint.Dockerfile"
|
||||
target = "lint"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
target "vendor-validate" {
|
||||
inherits = ["go-version"]
|
||||
dockerfile = "./hack/vendor.Dockerfile"
|
||||
target = "validate"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
target "vendor-update" {
|
||||
|
@ -67,6 +69,7 @@ target "gen-validate" {
|
|||
inherits = ["go-version", "protoc-version"]
|
||||
dockerfile = "./hack/gen.Dockerfile"
|
||||
target = "validate"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
target "gen-update" {
|
||||
|
|
Loading…
Add table
Reference in a new issue