use cache

This commit is contained in:
Elio Bischof
2025-06-16 21:23:45 +02:00
parent b2798a3510
commit 8d8d30fdc0

View File

@@ -1,6 +1,6 @@
target "defaults" {
cache-from = ["type=gha,scope=image"]
cache-to = ["type=gha,scope=image,ignore-error=true,mode=max"]
target "default" {
cache-from = ["type=gha"]
cache-to = ["type=gha,ignore-error=true,mode=max"]
}
target "login-pnpm" {