From 2bfb2c273233e11bf71620aa751206d41e82b22c Mon Sep 17 00:00:00 2001 From: crashkeys.dev Date: Fri, 23 Jan 2026 02:33:05 +0000 Subject: [PATCH] fly: image registry bugfix. --- fly.toml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/fly.toml b/fly.toml --- a/fly.toml +++ b/fly.toml @@ -7,7 +7,7 @@ cpu_kind = "shared" cpus = 1 [build] -image = "flyio/audquotes:latest" +image = "registry.fly.io/audquotes:latest" [http_service] internal_port = 8080 -- tangled.sh