From d7cdd18e74a466f64d908f950cc341e51cbd7e38 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 6 Jan 2026 13:31:51 +0530 Subject: [PATCH] chore: update ci for docker image --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b12a5109..da8383e43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,14 +151,14 @@ jobs: js-waku-node: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node js-waku-node-optional: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node-optional