From 747e15eedd0f46b7716afa6d464fd55c21a66216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Tue, 3 Feb 2026 12:03:17 -0300 Subject: [PATCH] fix: Update Gitea Registry domain to gitea.blyzer.com.br --- .gitea/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bb18f27..5085646 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,12 +11,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Login to GitHub Container Registry + - name: Login to Gitea Container Registry uses: docker/login-action@v2 with: - registry: ghcr.io - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_TOKEN }} + registry: gitea.blyzer.com.br + username: ${{ gitea.actor }} + password: ${{ secrets.GITEA_TOKEN }} - name: Build and Push Docker Image uses: docker/build-push-action@v4 @@ -24,8 +24,8 @@ jobs: context: . push: true tags: | - ghcr.io/blyzer/growup-crm:latest - ghcr.io/blyzer/growup-crm:${{ github.sha }} + gitea.blyzer.com.br/${{ gitea.repository }}:latest + gitea.blyzer.com.br/${{ gitea.repository }}:${{ gitea.sha }} - name: Deploy to Portainer run: |