diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2a19773..007435f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,8 +17,7 @@ jobs: - name: Login to registry uses: docker/login-action@v2 with: - registry: gitea:3000 - insecure: true + registry: gitea.interno.com username: nucleo000 password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d @@ -28,5 +27,5 @@ jobs: context: ./nucleo-bot push: true tags: | - gitea:3000/nucleo000/whatsapp_bot:latest - gitea:3000/nucleo000/whatsapp_bot:${{ github.sha }} + gitea.interno.com/nucleo000/whatsapp_bot:latest + gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}