From 7b12838a143171faea007d364cd01127c4650847 Mon Sep 17 00:00:00 2001 From: Giacomo Fiorin Date: Fri, 13 Oct 2023 12:34:31 -0400 Subject: [PATCH] Use GH-hosted image for TeXLive container as well --- .github/workflows/test-library.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 875a16f13..3a3a9776e 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -93,12 +93,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Load containers cache - uses: actions/cache@v3 - with: - path: ~/.apptainer - key: Linux-x86_64-containers-build-doc-2023-07-19 - - name: Install Apptainer shell: bash run: | @@ -110,9 +104,7 @@ jobs: shell: bash working-directory: devel-tools run: | - apptainer remote status SylabsCloud || apptainer remote add --no-login SylabsCloud cloud.sylabs.io - apptainer remote use SylabsCloud - apptainer pull texlive.sif library://giacomofiorin/default/colvars_development:texlive + apptainer pull texlive.sif oras://ghcr.io/Colvars/devel-containers:texlive - name: Checkout website repository uses: actions/checkout@v3