From 41b565ec4d7167f49f28c04746e24b81245ff001 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Sat, 30 Dec 2023 06:35:19 -0500 Subject: [PATCH] [build] use new auto build ghcr.io docker images --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9204a34b..b53e2864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,10 @@ jobs: runs-on: ubuntu-latest container: - image: materialstheory/solid_dmft_ci + image: ghcr.io/triqs/solid_dmft_github_ci:unstable + credentials: + username: ${{ github.actor }} + password: ${{ secrets.github_token }} steps: - uses: actions/checkout@v4