Container: Get ejabberd-contrib sources to include them

This commit is contained in:
Badlop 2022-09-12 18:00:14 +02:00
parent d0bc83147a
commit a564707da4
1 changed files with 6 additions and 0 deletions

View File

@ -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: