From a697179dab26cf0e8a773014621e87e04df6d9ae Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Fri, 5 Jan 2024 11:10:32 +0800 Subject: [PATCH] fix openim config mongo passwd env Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 1648aab1d..45541f5f4 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -217,7 +217,7 @@ jobs: - name: Build, Start, Check Services and Print Logs for macOS if: runner.os == 'macOS' run: | - make multiarch + make build openim-test-build-image: name: Build OpenIM Docker Image