From 8ba18ed687fcf1ec78815da2e10e4109db504aff Mon Sep 17 00:00:00 2001 From: dmolinari Date: Sun, 15 Jun 2025 19:18:13 -0300 Subject: [PATCH] Va --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bb7aaa4..e797f14 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: context: . file: ./Backend/GestionIntegral.Api/Dockerfile push: true - tags: gitea:5000/${{ gitea.repository }}/api:latest + tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/api:latest - name: Construir y Subir Frontend uses: docker/build-push-action@v5 @@ -35,7 +35,7 @@ jobs: context: ./Frontend file: ./Frontend/Dockerfile push: true - tags: gitea:5000/${{ gitea.repository }}/frontend:latest + tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/frontend:latest deploy: name: Desplegar a Producción