From b8a59974fd384e2063ecdcf0af31a7fc69579b56 Mon Sep 17 00:00:00 2001 From: Pierre Donat-Bouillud Date: Mon, 13 Jan 2025 22:48:00 -0500 Subject: [PATCH] WIP --- .github/workflows/devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 0ecb7d8a..6ccca926 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -31,6 +31,6 @@ jobs: - name: Build and run dev container task uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/${{ OWNER_LC }}/r-compile-server + imageName: ghcr.io/${{ env.OWNER_LC }}/r-compile-server # Change this to be your CI task/script runCmd: cd server; mvn --batch-mode --update-snapshots test \ No newline at end of file