diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 4d46066..e30d1fe 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest # The docker container to use. container: - image: jwallwork/firedrake-parmmg:latest + image: ghcr.io/mesh-adaptation/firedrake-parmmg:latest options: --user root steps: - uses: actions/checkout@v2