use cache

This commit is contained in:
Elio Bischof
2025-06-16 19:37:34 +02:00
parent 8a954c6611
commit 46435c6b51

View File

@@ -36,8 +36,10 @@ target "login-lint" {
contexts = {
login-dev-base = "target:login-dev-base"
}
output = ["type=docker"]
tags = ["${LOGIN_LINT_TAG}"]
output = ["type=docker"]
cache-from = ["type=gha,scope=image"]
cache-to = ["type=gha,scope=image,ignore-error=true,mode=max"]
}
target "login-client" {