fix: Update Gitea Registry domain to gitea.blyzer.com.br
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m43s

This commit is contained in:
Cauê Faleiros
2026-02-03 12:03:17 -03:00
parent 49f88ac50a
commit 747e15eedd

View File

@@ -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: |