From 338563612953cb1b0b6baad21674d27d62cf533c Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 15 Aug 2025 12:09:03 -0600 Subject: [PATCH] cambiado el gitea --- .gitea/workflows/build-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 3626815..ba461b3 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -27,13 +27,13 @@ jobs: needs: filter runs-on: docker env: - REG: gitea.interno.com/nucleo000 + REG: gitea.nucleoriofrio.com/nucleo000 steps: - uses: actions/checkout@v3 - uses: docker/setup-buildx-action@v2 - uses: docker/login-action@v2 with: - registry: gitea.interno.com + registry: gitea.nucleoriofrio.com username: nucleo000 password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d @@ -63,11 +63,11 @@ jobs: needs: build runs-on: docker env: - REG: gitea.interno.com/nucleo000 + REG: gitea.nucleoriofrio.com/nucleo000 steps: - uses: actions/checkout@v3 - name: Login to registry - run: docker login gitea.interno.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d + run: docker login gitea.nucleoriofrio.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d - name: Pull fresh images used in compose run: docker compose pull --ignore-pull-failures