diff options
author | Badlop <badlop@process-one.net> | 2022-09-12 18:00:14 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2022-09-13 17:55:12 +0200 |
commit | a564707da4d22726f9d95168a482dda998378219 (patch) | |
tree | ea18ecbd020ad70872774f6e5ad91dcd874aa38b | |
parent | Container: Copy .ejabberd-modules directory if available (diff) |
Container: Get ejabberd-contrib sources to include them
-rw-r--r-- | .github/workflows/container.yml | 6 |
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: |