Skip to content

Commit 41b565e

Browse files
committed
[build] use new auto build ghcr.io docker images
1 parent 763f469 commit 41b565e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323

2424
runs-on: ubuntu-latest
2525
container:
26-
image: materialstheory/solid_dmft_ci
26+
image: ghcr.io/triqs/solid_dmft_github_ci:unstable
27+
credentials:
28+
username: ${{ github.actor }}
29+
password: ${{ secrets.github_token }}
2730

2831
steps:
2932
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)