use cache

This commit is contained in:
Elio Bischof
2025-06-16 23:22:21 +02:00
parent 1e118ab073
commit 4cd27fc0f3

View File

@@ -1,6 +1,6 @@
group "default" { group "default" {
targets = [ targets = [
"login-test-lint", "login-lint",
"login-test-unit", "login-test-unit",
"core-mock", "core-mock",
"login-test-integration", "login-test-integration",
@@ -47,8 +47,6 @@ target "login-lint" {
login-dev-base = "target:login-dev-base" login-dev-base = "target:login-dev-base"
} }
tags = ["${LOGIN_LINT_TAG}"] tags = ["${LOGIN_LINT_TAG}"]
cache-from = ["type=gha"]
cache-to = ["type=gha,ignore-error=true,mode=max"]
} }
target "login-client" { target "login-client" {