fix: Use manual secrets for registry auth to ensure write permissions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 8m46s

This commit is contained in:
Cauê Faleiros
2026-02-03 15:49:08 -03:00
parent 0f143d0109
commit 37be5e88c3

View File

@@ -25,8 +25,8 @@ jobs:
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: gitea.blyzer.com.br registry: gitea.blyzer.com.br
username: ${{ gitea.actor }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_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