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