From dd3d809c6effab3aa391f810e9baddf96887aad5 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Thu, 23 Apr 2026 15:19:14 +1000 Subject: [PATCH] chore: use a non-registry image format for website --- website/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/compose.yaml b/website/compose.yaml index bce1710b..4dd46e9e 100644 --- a/website/compose.yaml +++ b/website/compose.yaml @@ -1,6 +1,6 @@ services: uncloud-website: - image: ghcr.io/psviderski/uncloud-website + image: uncloud-website build: cache_from: - type=gha,scope=uncloud-website