From dc195aecc38467218d8384e840eb0be2e308f235 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 17 Dec 2024 18:43:32 +0000 Subject: [PATCH] Update registry name --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 243cd06..d74eb13 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -42,10 +42,10 @@ jobs: tags: | gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest gitea.home.joemonk.co.uk/${{ gitea.repository }}:${{ gitea.sha }} - registry.fly.io/${{ gitea.repository }}:${{ gitea.sha }} + registry.fly.io/joemonk:${{ gitea.sha }} - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only -i registry.fly.io/${{ gitea.repository }}:${{ gitea.sha }} + - run: flyctl deploy --remote-only -i registry.fly.io/joemonk:${{ gitea.sha }} env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} \ No newline at end of file