arreglados nombres del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s

This commit is contained in:
2025-06-04 19:59:20 -06:00
parent 3dacc503d8
commit a160b1aee3
2 changed files with 11 additions and 11 deletions

View File

@@ -21,14 +21,14 @@ jobs:
- name: Remove old images
run: |
docker rmi -f gitea.interno.com/nucleo000/conversation-whatsapp-router:latest || true
docker rmi -f gitea.interno.com/nucleo000/whatsapp-router:latest || true
docker rmi -f gitea.interno.com/nucleo000/conversation-chat-ui:latest || true
- name: Mirror open-wa image to Gitea
run: |
docker pull openwa/wa-automate:latest
docker tag openwa/wa-automate:latest gitea.interno.com/nucleo000/conversation-openwa:latest
docker push gitea.interno.com/nucleo000/conversation-openwa:latest
docker tag openwa/wa-automate:latest gitea.interno.com/nucleo000/nucleo-whatsapp:latest
docker push gitea.interno.com/nucleo000/nucleo-whatsapp:latest
docker rmi openwa/wa-automate:latest
- name: Build and push stack images