From b25a316b8d0e2a60c7abda3e4c1ef5e011db458f Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:42:16 -0600 Subject: [PATCH] Changed BBB mock image to recent version --- .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 445136af..d6f992c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3 mockserver: - image: calllearning/bigbluebutton_mock:main + image: moodlehq/bigbluebutton_mock:main ports: - 8001:80