From 4cd27fc0f3b55141a24a98987d216365577f2e7a Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 16 Jun 2025 23:22:21 +0200 Subject: [PATCH] use cache --- docker-bake.hcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 95c59d0367..c76b1e67ed 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,6 +1,6 @@ group "default" { targets = [ - "login-test-lint", + "login-lint", "login-test-unit", "core-mock", "login-test-integration", @@ -47,8 +47,6 @@ target "login-lint" { login-dev-base = "target:login-dev-base" } tags = ["${LOGIN_LINT_TAG}"] - cache-from = ["type=gha"] - cache-to = ["type=gha,ignore-error=true,mode=max"] } target "login-client" {