use gha cache

This commit is contained in:
Elio Bischof
2025-06-16 18:06:09 +02:00
parent fec90d4bc1
commit 25625c75e4

View File

@@ -1,5 +1,6 @@
group "default" {
targets = ["typescript-proto-client"]
target "defaults" {
cache-from = ["type=gha,scope=image"]
cache-to = ["type=gha,scope=image,mode=max"]
}
target "login-pnpm" {