Retry CI Login con Usuario
All checks were successful
CI/CD Pipeline / backend-build (push) Successful in 2m10s
CI/CD Pipeline / frontend-build (push) Successful in 35s
CI/CD Pipeline / docker-build (push) Successful in 2m4s

This commit is contained in:
2026-04-04 18:37:47 -03:00
parent f70ecaeeb5
commit 6a4b16bb8b

View File

@@ -66,8 +66,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: repo.eldiaservicios.com registry: repo.eldiaservicios.com
username: ${{ github.actor }} username: dmolinari
password: ${{ github.token }} password: ${{ secrets.TOKEN_REGISTRY }}
- name: Build Docker images - name: Build Docker images
run: docker compose build run: docker compose build