From 9b15086db386bec1620f743bf3f1f0c812c410cf Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 26 Jun 2025 14:13:57 +0200 Subject: [PATCH] simplify --- docker-bake.hcl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 72cb37cf05..d75373dee1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -3,12 +3,3 @@ target "typescript-proto-client" { proto-files = "target:proto-files" } } - -target "typescript-proto-client-out" { - contexts = { - proto-files = "target:proto-files" - } - output = [ - "type=local,dest=login/packages/zitadel-proto" - ] -}