mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
use cache
This commit is contained in:
@@ -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" {
|
||||
|
Reference in New Issue
Block a user