mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-06-23 10:58:02 +02:00
@ -45,3 +45,9 @@ target "vendor-validate" {
|
||||
target = "vendor-validate"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
target "test" {
|
||||
dockerfile = "dev.Dockerfile"
|
||||
target = "test-coverage"
|
||||
output = ["./coverage"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user