diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a437a8b19e..af15e74a57 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: test-coverage: name: Generate Coverage Report runs-on: X64 - container: ghcr.io/deepmodeling/abacus-gnu + container: registry.dp.tech/deepmodeling/abacus-gnu steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 2216ab9873..afc8f4375e 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -18,7 +18,7 @@ jobs: runs-on: gpu if: github.repository_owner == 'deepmodeling' container: - image: ghcr.io/deepmodeling/abacus-cuda + image: registry.dp.tech/deepmodeling/abacus-cuda volumes: - /tmp/ccache:/github/home/.ccache options: --gpus all diff --git a/.github/workflows/dynamic.yml b/.github/workflows/dynamic.yml index a9235d1cfd..e29cc51444 100644 --- a/.github/workflows/dynamic.yml +++ b/.github/workflows/dynamic.yml @@ -14,7 +14,7 @@ jobs: name: Dynamic analysis runs-on: X64 if: github.repository_owner == 'deepmodeling' - container: ghcr.io/deepmodeling/abacus-gnu + container: registry.dp.tech/deepmodeling/abacus-gnu steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 841b5f9344..accdfe23d8 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: tag: ["gnu", "intel"] - container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }} + container: registry.dp.tech/deepmodeling/abacus-${{ matrix.tag }} timeout-minutes: 2880 steps: - name: Checkout diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18b0b1a7a8..0cd45295fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: runs-on: X64 if: github.repository_owner == 'deepmodeling' container: - image: ghcr.io/deepmodeling/abacus-gnu + image: registry.dp.tech/deepmodeling/abacus-gnu volumes: - /tmp/ccache:/github/home/.ccache steps: diff --git a/.github/workflows/toolchain_full.yaml b/.github/workflows/toolchain_full.yaml index 611b3e93b2..3c765d2fe8 100644 --- a/.github/workflows/toolchain_full.yaml +++ b/.github/workflows/toolchain_full.yaml @@ -18,7 +18,7 @@ jobs: if: contains(inputs.variants || 'gnu,intel,cuda', 'gnu') runs-on: X64 container: - image: ghcr.io/deepmodeling/abacus-gnu + image: registry.dp.tech/deepmodeling/abacus-gnu steps: - name: Checkout uses: actions/checkout@v7 @@ -57,7 +57,7 @@ jobs: if: contains(inputs.variants || 'gnu,intel,cuda', 'intel') runs-on: X64 container: - image: ghcr.io/deepmodeling/abacus-intel + image: registry.dp.tech/deepmodeling/abacus-intel steps: - name: Checkout uses: actions/checkout@v7