Mod outdated

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-09-04 18:57:10 +02:00
parent 00cb53d0ef
commit df521e4e96
3 changed files with 21 additions and 2 deletions

View File

@ -76,6 +76,13 @@ target "update-authors" {
output = ["."]
}
target "mod-outdated" {
inherits = ["_common"]
dockerfile = "./hack/dockerfiles/vendor.Dockerfile"
target = "outdated"
output = ["type=cacheonly"]
}
target "test" {
inherits = ["_common"]
target = "test-coverage"