fix(ci): fixed container registry name in ci, modified some routes to be dynamic to avoid nextjs telemetry

This commit is contained in:
Waleed Latif
2025-05-18 01:39:47 -07:00
parent 717e17d02a
commit ef31a2fe7b
9 changed files with 46 additions and 42 deletions

View File

@@ -34,7 +34,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: simstudioai
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}