mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:37:32 +00:00
use cache
This commit is contained in:
@@ -36,8 +36,10 @@ target "login-lint" {
|
|||||||
contexts = {
|
contexts = {
|
||||||
login-dev-base = "target:login-dev-base"
|
login-dev-base = "target:login-dev-base"
|
||||||
}
|
}
|
||||||
output = ["type=docker"]
|
|
||||||
tags = ["${LOGIN_LINT_TAG}"]
|
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" {
|
target "login-client" {
|
||||||
|
Reference in New Issue
Block a user