use cache

This commit is contained in:
Elio Bischof
2025-06-16 22:44:11 +02:00
parent 70df761d21
commit 5849e88a1a

View File

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