use cache

This commit is contained in:
Elio Bischof
2025-06-16 21:24:32 +02:00
parent 8d8d30fdc0
commit 6a86e09424

View File

@@ -37,11 +37,6 @@ target "login-lint" {
login-dev-base = "target:login-dev-base"
}
tags = ["${LOGIN_LINT_TAG}"]
output = [
"type=docker-container",
]
cache-from = ["type=gha"]
cache-to = ["type=gha,ignore-error=true,mode=max"]
}
target "login-client" {