From 420d263a22b667c2547161fc2a53df4b392a34b0 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 2 May 2025 14:31:21 -0600 Subject: [PATCH] subir --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index edbc2c0..2a19773 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }}