cambios en el workflow del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 1s

This commit is contained in:
2025-06-04 19:46:35 -06:00
parent 131d287bbc
commit b9085a0f2d

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Log in to Gitea registry - name: Log in to Gitea registry
run: echo "${{ secrets.GITEA_REGISTRY_PASSWORD }}" | docker login gitea.interno.com -u ${{ secrets.GITEA_REGISTRY_USER }} --password-stdin run: echo "${{ secrets.REGISTRY_PASSWORD_GITEA }}" | docker login gitea.interno.com -u ${{ secrets.REGISTRY_USER_GITEA }} --password-stdin
- name: Remove old images - name: Remove old images
run: | run: |
docker rmi -f gitea.interno.com/nucleo000/conversation-whatsapp-router:latest || true docker rmi -f gitea.interno.com/nucleo000/conversation-whatsapp-router:latest || true