From 3a1a7d0059da8b5a7ccf5afda2c7e993cfa41153 Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Tue, 20 Jun 2023 15:35:57 -0600 Subject: [PATCH] Use temporary el8 images to validate workflow --- .github/workflows/everything.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index f03404b8dc..bdb9441c6a 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest container: - image: ornladios/adios2:ci-el8-${{ matrix.compiler }} + image: scottwittenburg/adios2:ci-el8-${{ matrix.compiler }} options: --shm-size=1g env: GH_YML_JOBNAME: ${{ matrix.os }}-${{ matrix.gpu_backend }}${{ matrix.compiler }}-${{ matrix.parallel }}