chore: align registry secrets with fasto project
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 12s

This commit is contained in:
Cauê Faleiros
2026-05-04 14:49:31 -03:00
parent 0e5354f1fe
commit 388a5eced2

View File

@@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push backend image
uses: docker/build-push-action@v4