mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
Container: Get ejabberd-contrib sources to include them
This commit is contained in:
parent
d0bc83147a
commit
a564707da4
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
@ -27,6 +27,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@v1.14.1
|
uses: docker/login-action@v1.14.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user