0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-11 14:11:21 +00:00

Set cacheonly output for validators ()

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-06-02 22:26:26 +02:00 committed by GitHub
parent 1fbdd62c8a
commit 1bc290cdf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" {