From a564707da4d22726f9d95168a482dda998378219 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 12 Sep 2022 18:00:14 +0200 Subject: [PATCH] Container: Get ejabberd-contrib sources to include them --- .github/workflows/container.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ccf7dac83..d36965d97 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -27,6 +27,12 @@ jobs: with: fetch-depth: 0 + - name: Checkout ejabberd-contrib + uses: actions/checkout@v3 + with: + repository: processone/ejabberd-contrib + path: .ejabberd-modules/sources/ejabberd-contrib + - name: Log in to the Container registry uses: docker/login-action@v1.14.1 with: