0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-05-14 03:12:18 +00:00
crazy-max_diun/vendor/github.com/crazy-max/cron/v3/docker-bake.hcl
2024-12-14 22:30:21 +01:00

19 lines
240 B
HCL

variable "GO_VERSION" {
default = "1.19"
}
target "_common" {
args = {
GO_VERSION = GO_VERSION
}
}
group "default" {
targets = ["test"]
}
target "test" {
inherits = ["_common"]
target = "test-coverage"
output = ["."]
}