This commit is contained in:
2025-06-15 19:46:31 -03:00
parent 69620c5607
commit 338cd8579f

View File

@@ -10,13 +10,11 @@ jobs:
# El checkout ya funciona, pero lo dejamos coherente.
- name: Checkout del código
uses: actions/checkout@v4
with:
token: ${{ secrets.ACTIONS_PAT }}
- name: Login al Registro de Gitea
uses: docker/login-action@v3
with:
registry: gitea:5000
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ gitea.actor }}
password: ${{ secrets.ACTIONS_PAT }}