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