Update .gitea/workflows/build.yaml
Build and Push Frontend / build (push) Failing after 36s

This commit is contained in:
2026-07-24 05:52:17 +00:00
parent 05fb19689e
commit df603dd261
+3 -2
View File
@@ -33,8 +33,9 @@ jobs:
uses: docker/login-action@v2
with:
registry: gitea.cruzcloud.net
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
logout: true
# 2. ACTUALIZADO: Usamos la nueva variable para los tags de Docker
- name: Construir y Subir Imagen