mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
chore(workflow): use nightly build temporarily
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
59f3837019
commit
314aadef65
1 changed files with 5 additions and 4 deletions
9
.github/workflows/integration.yml
vendored
9
.github/workflows/integration.yml
vendored
|
|
@ -61,7 +61,8 @@ jobs:
|
|||
|
||||
services:
|
||||
collabora:
|
||||
image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'ghcr.io/juliusknorr/code-nightly:latest' }}
|
||||
#image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'juliushaertl/nc-code-nightly:latest' }}
|
||||
image: juliushaertl/nc-code-nightly:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
|
|
@ -140,7 +141,7 @@ jobs:
|
|||
MYSQL_ROOT_PASSWORD: rootpassword
|
||||
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
|
||||
collabora:
|
||||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
image: juliushaertl/nc-code-nightly:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
|
|
@ -221,7 +222,7 @@ jobs:
|
|||
POSTGRES_DB: nextcloud
|
||||
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
||||
collabora:
|
||||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
image: juliushaertl/nc-code-nightly:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
|
|
@ -312,7 +313,7 @@ jobs:
|
|||
--health-timeout 5s
|
||||
--health-retries 10
|
||||
collabora:
|
||||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
image: juliushaertl/nc-code-nightly:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue