aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container.yml6
1 files changed, 6 insertions, 0 deletions
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: