diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a7a7b85..8407f13 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Login al Registro de Gitea uses: docker/login-action@v3 with: - registry: gitea:5000 + registry: ${{ secrets.REGISTRY_URL }} username: ${{ gitea.actor }} password: ${{ secrets.ACTIONS_PAT }}