1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

vendor update and validation

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-20 21:49:52 +02:00
parent 662759718c
commit e5695df009
4 changed files with 75 additions and 1 deletions
+14
View File
@@ -21,6 +21,20 @@ group "default" {
targets = ["binaries"]
}
group "validate" {
targets = ["vendor-validate"]
}
target "vendor-validate" {
target = "vendor-validate"
output = ["type=cacheonly"]
}
target "vendor" {
target = "vendor-update"
output = ["."]
}
target "test" {
inherits = ["_common"]
target = "test-coverage"