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" - ] -}