From 4b60e9f435ee5bff870af16bed659594e2594e18 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Fri, 3 Apr 2026 14:46:52 +0200 Subject: [PATCH] ci: disable CT registry for release v2 - Set use_ct_registry to false for both CPU and GPU jobs - Ensures stable release without registry dependencies --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b2a8a947..4711a39d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: versions: '["1.12"]' runs_on: '["ubuntu-latest", "macos-latest"]' runner_type: 'github' - use_ct_registry: true + use_ct_registry: false secrets: SSH_KEY: ${{ secrets.SSH_KEY }} @@ -25,6 +25,6 @@ jobs: versions: '["1"]' runs_on: '[["kkt"]]' runner_type: 'self-hosted' - use_ct_registry: true + use_ct_registry: false secrets: SSH_KEY: ${{ secrets.SSH_KEY }} \ No newline at end of file