ci: switch to ghcr
diff --git a/Earthfile b/Earthfile
index 757efed..8d57cc8 100644
--- a/Earthfile
+++ b/Earthfile
@@ -51,7 +51,7 @@
   ENV PATH=/venv/bin:$PATH
   ENTRYPOINT ["bash"]
   ARG tag=latest
-  SAVE IMAGE --push quay.io/vexxhost/atmosphere:${tag}
+  SAVE IMAGE --push ghcr.io/vexxhost/atmosphere:${tag}
 
 pin-images:
   FROM +build.venv.dev