From afff36f6c6ddd26c2a63597255740a46418d157b Mon Sep 17 00:00:00 2001 From: msukkari Date: Fri, 31 Jan 2025 13:39:21 -0800 Subject: [PATCH] update staging fly config to point to ghcr --- staging/fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/fly.toml b/staging/fly.toml index 4a5833a2..80458272 100644 --- a/staging/fly.toml +++ b/staging/fly.toml @@ -7,7 +7,7 @@ app = 'sourcebot-staging' primary_region = 'sea' [build] - image = 'sourcebot:staging' + image = 'ghcr.io/sourcebot-dev/sourcebot:staging' [[mounts]] source = 'sourcebot_staging_data'