diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c0fc6f3..e24da71 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Log in to container registry uses: docker/login-action@v3 with: - registry: gitea.example.com # Замените на ваш Gitea registry + registry: git.rlkdev.ru # Замените на ваш Gitea registry username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }}