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 - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Login to GitHub Container Registry - name: Login to Gitea Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: gitea.blyzer.com.br
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Build and Push Docker Image - name: Build and Push Docker Image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
@@ -24,8 +24,8 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
ghcr.io/blyzer/growup-crm:latest gitea.blyzer.com.br/${{ gitea.repository }}:latest
ghcr.io/blyzer/growup-crm:${{ github.sha }} gitea.blyzer.com.br/${{ gitea.repository }}:${{ gitea.sha }}
- name: Deploy to Portainer - name: Deploy to Portainer
run: | run: |