mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:07:32 +00:00
use cache
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
group "default" {
|
||||
targets = [
|
||||
"login-test-lint",
|
||||
"login-lint",
|
||||
"login-test-unit",
|
||||
"core-mock",
|
||||
"login-test-integration",
|
||||
@@ -47,8 +47,6 @@ target "login-lint" {
|
||||
login-dev-base = "target:login-dev-base"
|
||||
}
|
||||
tags = ["${LOGIN_LINT_TAG}"]
|
||||
cache-from = ["type=gha"]
|
||||
cache-to = ["type=gha,ignore-error=true,mode=max"]
|
||||
}
|
||||
|
||||
target "login-client" {
|
||||
|
Reference in New Issue
Block a user