summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-09-12 18:00:14 +0200
committerBadlop <badlop@process-one.net>2022-09-13 17:55:12 +0200
commita564707da4d22726f9d95168a482dda998378219 (patch)
treeea18ecbd020ad70872774f6e5ad91dcd874aa38b
parentContainer: Copy .ejabberd-modules directory if available (diff)
Container: Get ejabberd-contrib sources to include them
-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 ccf7dac8..d36965d9 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: