diff --git a/docker-bake.hcl b/docker-bake.hcl index 29d75e5b58..01c5040180 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -37,6 +37,8 @@ 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" {