diff --git a/apps/demo/project.json b/apps/demo/project.json index 417a056..57d7ed6 100644 --- a/apps/demo/project.json +++ b/apps/demo/project.json @@ -98,7 +98,9 @@ "metadata": { "images": ["ghcr.io/openwallet-foundation-labs/credhub/demo"], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } } diff --git a/apps/holder-backend/project.json b/apps/holder-backend/project.json index 2261618..003643c 100644 --- a/apps/holder-backend/project.json +++ b/apps/holder-backend/project.json @@ -38,7 +38,9 @@ "ghcr.io/openwallet-foundation-labs/credhub/holder-backend" ], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } } diff --git a/apps/issuer-backend/project.json b/apps/issuer-backend/project.json index 981b952..918b717 100644 --- a/apps/issuer-backend/project.json +++ b/apps/issuer-backend/project.json @@ -38,7 +38,9 @@ "ghcr.io/openwallet-foundation-labs/credhub/issuer-backend" ], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } } diff --git a/apps/issuer-frontend/project.json b/apps/issuer-frontend/project.json index 19211a4..ab75633 100644 --- a/apps/issuer-frontend/project.json +++ b/apps/issuer-frontend/project.json @@ -101,7 +101,9 @@ "ghcr.io/openwallet-foundation-labs/credhub/issuer-frontend" ], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } } diff --git a/apps/verifier-backend/project.json b/apps/verifier-backend/project.json index 1e7d2fe..915d710 100644 --- a/apps/verifier-backend/project.json +++ b/apps/verifier-backend/project.json @@ -38,7 +38,9 @@ "ghcr.io/openwallet-foundation-labs/credhub/verifier-backend" ], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } } diff --git a/apps/verifier-frontend/project.json b/apps/verifier-frontend/project.json index 75d88f2..4571893 100644 --- a/apps/verifier-frontend/project.json +++ b/apps/verifier-frontend/project.json @@ -101,7 +101,9 @@ "ghcr.io/openwallet-foundation-labs/credhub/verifier-frontend" ], "load": true, - "tags": ["latest"] + "tags": ["latest"], + "cache-from": ["type=gha"], + "cache-to": ["type=gha,mode=max"] } } }