Skip to content

Commit 37c1fa4

Browse files
committed
ci(docker): fix syntax in docker bake file
1 parent d4d1ce1 commit 37c1fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variable "TESTGEN_LABELS" {}
22
variable "TESTGEN_BASE_LABEL" {}
33
variable "TESTGEN_VERSION" {}
44
variable "TESTGEN_DOCKER_HUB_REPO" {
5-
"default": "datakitchen/dataops-testgen"
5+
default = "datakitchen/dataops-testgen"
66
}
77

88
target "testgen-release" {

0 commit comments

Comments
 (0)