This commit is contained in:
2025-06-15 21:15:41 -03:00
parent 338cd8579f
commit 55640c394f

View File

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