From be01258f9d7775d597a31efbfc438f109a2bf7b6 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 2 Jul 2024 13:29:04 +0100 Subject: [PATCH] Test with new image --- .github/workflows/ci.yml | 3 ++- tests_notebooks/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fab712f5..6a7c2c638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,8 @@ jobs: - name: Run pytest run: pytest -v --driver ${{ matrix.browser }} tests_notebooks env: - TAG: aiida-${{ matrix.aiida-core-version }} + #TAG: aiida-${{ matrix.aiida-core-version }} + TAG: pr-474 - name: Upload screenshots as artifacts if: always() diff --git a/tests_notebooks/docker-compose.yml b/tests_notebooks/docker-compose.yml index a67b057e2..ae9269998 100644 --- a/tests_notebooks/docker-compose.yml +++ b/tests_notebooks/docker-compose.yml @@ -9,7 +9,7 @@ services: # since the dockerhub registry has a rate limit of 100 pulls per 6 hours. # Images with aiida-core<2.4.0 were not pushed to ghcr.io because of CI issues, # which were fixed in https://github.com/aiidalab/aiidalab-docker-stack/pull/390 - image: aiidalab/full-stack:${TAG:-latest} + image: ghcr.io/aiidalab/full-stack:${TAG:-latest} environment: RMQHOST: messaging TZ: Europe/Zurich