aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-21 17:23:13 -0500
committerXe Iaso <me@xeiaso.net>2025-01-21 17:23:13 -0500
commitc5b8f8011bee9f31c61075b214880ab20a4d65e8 (patch)
treecf96800d04b00caf7a89ee6430bb8fab5a7c5009 /cmd/xedn
parent60b710369f330c22ce533fd7f1a9734f7d1e2ac0 (diff)
downloadx-c5b8f8011bee9f31c61075b214880ab20a4d65e8.tar.xz
x-c5b8f8011bee9f31c61075b214880ab20a4d65e8.zip
refactor out fly.io registry from CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xedn')
-rw-r--r--cmd/xedn/fly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/xedn/fly.toml b/cmd/xedn/fly.toml
index 29b209e..7e1a73a 100644
--- a/cmd/xedn/fly.toml
+++ b/cmd/xedn/fly.toml
@@ -8,7 +8,7 @@ swap_size_mb = 512
auto_rollback = true
[build]
-image = "registry.fly.io/xedn:latest"
+image = "ghcr.io/xe/x/xedn:latest"
[deploy]
strategy = "immediate"