From 3febf89035c30fdc49f795974d911c0115a6afd1 Mon Sep 17 00:00:00 2001 From: Dmitry Rogozhkin Date: Mon, 11 May 2026 13:58:40 -0700 Subject: [PATCH] ci: login with docker credentials on self-hosted runners Logging in increases pull limits for docker hub and contributes to better CI stability. Signed-off-by: Dmitry Rogozhkin --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb67550..68cc74a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,9 @@ jobs: runs-on: ${{matrix.runner}} container: image: 'ubuntu:24.04' + credentials: + username: ${{vars.DH_USER}} + password: ${{secrets.DH_TOKEN}} options: --device /dev/dri:/dev/dri -v /dev/dri/by-path:/dev/dri/by-path env: WHEELS: torchlib-${{ matrix.python-version }}-wheels