From 44b0a95ffaa8a753112de1e1131e726a91d4f061 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 20 Nov 2024 17:05:21 -0800 Subject: [PATCH] fix container name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c15e163..f09dd92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest needs: [docker-image] container: - image: ghcr.io/llnl/gplasdi/gplasdi_env:latest + image: ghcr.io/llnl/gplasdi/lasdi_env:latest options: --user 1001 --privileged volumes: - /mnt:/mnt