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: