From 46ebca1b54b80eca2478941f94f5f7dc6f4ae06d Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 13 Jun 2025 03:22:15 +0200 Subject: [PATCH] output --- docker-bake.hcl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index ebd350d199..ad9f934219 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -23,6 +23,9 @@ target "login-test-unit" { login-dev-base = "target:login-dev-base" login-client = "target:login-client" } + output= { + type = "docker" + } tags = ["${LOGIN_TEST_UNIT_TAG}"] } @@ -35,7 +38,9 @@ target "login-lint" { contexts = { login-dev-base = "target:login-dev-base" } - load = true + output= { + type = "docker" + } tags = ["${LOGIN_LINT_TAG}"] } @@ -90,6 +95,9 @@ target "login-test-integration" { contexts = { login-pnpm = "target:login-pnpm" } + output= { + type = "docker" + } tags = ["${LOGIN_TEST_INTEGRATION_TAG}"] } @@ -102,6 +110,9 @@ target "login-test-acceptance" { contexts = { login-pnpm = "target:login-pnpm" } + output= { + type = "docker" + } tags = ["${LOGIN_TEST_ACCEPTANCE_TAG}"] }