From 829eedee8d56bfe14c1a5b6d4dbd4af29006134c Mon Sep 17 00:00:00 2001 From: msukkari Date: Fri, 31 Jan 2025 12:56:46 -0800 Subject: [PATCH] reference proper image:tag in staging fly config --- staging/fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/fly.toml b/staging/fly.toml index b77572f0..4a5833a2 100644 --- a/staging/fly.toml +++ b/staging/fly.toml @@ -7,7 +7,7 @@ app = 'sourcebot-staging' primary_region = 'sea' [build] - image = 'sourcebot-staging' + image = 'sourcebot:staging' [[mounts]] source = 'sourcebot_staging_data'