mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 19:09:16 +00:00
use cache
This commit is contained in:
@@ -28,8 +28,8 @@ target "login-lint" {
|
|||||||
login-dev-base = "target:login-dev-base"
|
login-dev-base = "target:login-dev-base"
|
||||||
}
|
}
|
||||||
cache-from = [
|
cache-from = [
|
||||||
"type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}",
|
"type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}"
|
||||||
"type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:main"
|
# "type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:latest"
|
||||||
]
|
]
|
||||||
cache-to = ["type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY},mode=max"]
|
cache-to = ["type=registry,ref=${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY},mode=max"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user