Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/toolchain_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading