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" {