mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:57:33 +00:00
quality
This commit is contained in:
@@ -2,48 +2,48 @@ target "docker-metadata-action" {}
|
|||||||
|
|
||||||
target "login-pnpm" {
|
target "login-pnpm" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-pnpm-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-dev-base" {
|
target "login-dev-base" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-dev-base-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-lint" {
|
target "login-lint" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-lint-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-test-unit" {
|
target "login-test-unit" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-unit-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-unit-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-test-integration" {
|
target "login-test-integration" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-integration-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-integration-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-client" {
|
target "login-client" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-client-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-client-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-test-acceptance" {
|
target "login-test-acceptance" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-acceptance-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-test-acceptance-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-standalone" {
|
target "login-standalone" {
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
|
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-buildcache:${REF_TAG}", mode: "max", oci-mediatypes=true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user