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