subir
Some checks failed
build-and-push / build (push) Failing after 7s

This commit is contained in:
2025-05-02 14:31:21 -06:00
parent 92b22adf06
commit 420d263a22

View File

@@ -17,7 +17,7 @@ jobs:
- name: Login to registry
uses: docker/login-action@v2
with:
registry: gitea.interno.com
registry: gitea:3000
insecure: true
username: nucleo000
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
@@ -28,5 +28,5 @@ jobs:
context: ./nucleo-bot
push: true
tags: |
gitea.interno.com/nucleo000/whatsapp_bot:latest
gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}
gitea:3000/nucleo000/whatsapp_bot:latest
gitea:3000/nucleo000/whatsapp_bot:${{ github.sha }}