mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:37:32 +00:00
use cache
This commit is contained in:
@@ -37,7 +37,10 @@ target "login-lint" {
|
|||||||
login-dev-base = "target:login-dev-base"
|
login-dev-base = "target:login-dev-base"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_LINT_TAG}"]
|
tags = ["${LOGIN_LINT_TAG}"]
|
||||||
output = ["type=docker"]
|
output = [
|
||||||
|
"type=docker",
|
||||||
|
"type=cacheonly"
|
||||||
|
]
|
||||||
cache-from = ["type=gha,scope=image"]
|
cache-from = ["type=gha,scope=image"]
|
||||||
cache-to = ["type=gha,scope=image,ignore-error=true,mode=max"]
|
cache-to = ["type=gha,scope=image,ignore-error=true,mode=max"]
|
||||||
}
|
}
|
||||||
@@ -76,7 +79,10 @@ target "core-mock" {
|
|||||||
contexts = {
|
contexts = {
|
||||||
protos = "target:proto-files"
|
protos = "target:proto-files"
|
||||||
}
|
}
|
||||||
output = ["type=docker"]
|
output = [
|
||||||
|
"type=docker",
|
||||||
|
"type=cacheonly"
|
||||||
|
]
|
||||||
tags = ["${CORE_MOCK_TAG}"]
|
tags = ["${CORE_MOCK_TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,7 +95,10 @@ target "login-test-integration" {
|
|||||||
contexts = {
|
contexts = {
|
||||||
login-pnpm = "target:login-pnpm"
|
login-pnpm = "target:login-pnpm"
|
||||||
}
|
}
|
||||||
output = ["type=docker"]
|
output = [
|
||||||
|
"type=docker",
|
||||||
|
"type=cacheonly"
|
||||||
|
]
|
||||||
tags = ["${LOGIN_TEST_INTEGRATION_TAG}"]
|
tags = ["${LOGIN_TEST_INTEGRATION_TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,7 +111,10 @@ target "login-test-acceptance" {
|
|||||||
contexts = {
|
contexts = {
|
||||||
login-pnpm = "target:login-pnpm"
|
login-pnpm = "target:login-pnpm"
|
||||||
}
|
}
|
||||||
output = ["type=docker"]
|
output = [
|
||||||
|
"type=docker",
|
||||||
|
"type=cacheonly"
|
||||||
|
]
|
||||||
tags = ["${LOGIN_TEST_ACCEPTANCE_TAG}"]
|
tags = ["${LOGIN_TEST_ACCEPTANCE_TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,5 +129,8 @@ target "login-standalone" {
|
|||||||
login-client = "target:login-client"
|
login-client = "target:login-client"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_TAG}"]
|
tags = ["${LOGIN_TAG}"]
|
||||||
output = ["type=docker"]
|
output = [
|
||||||
|
"type=docker",
|
||||||
|
"type=cacheonly"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user