|
61 | 61 |
|
62 | 62 | services: |
63 | 63 | collabora: |
64 | | - image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'ghcr.io/juliusknorr/code-nightly:latest' }} |
| 64 | + #image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'juliushaertl/nc-code-nightly:latest' }} |
| 65 | + image: juliushaertl/nc-code-nightly:latest |
65 | 66 | env: |
66 | 67 | extra_params: '--o:ssl.enable=false' |
67 | 68 | aliasgroup1: 'http://nextcloud' |
@@ -140,7 +141,7 @@ jobs: |
140 | 141 | MYSQL_ROOT_PASSWORD: rootpassword |
141 | 142 | options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5 |
142 | 143 | collabora: |
143 | | - image: ghcr.io/juliusknorr/nextcloud-dev-code:latest |
| 144 | + image: juliushaertl/nc-code-nightly:latest |
144 | 145 | env: |
145 | 146 | extra_params: '--o:ssl.enable=false' |
146 | 147 | aliasgroup1: 'http://nextcloud' |
@@ -221,7 +222,7 @@ jobs: |
221 | 222 | POSTGRES_DB: nextcloud |
222 | 223 | options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5 |
223 | 224 | collabora: |
224 | | - image: ghcr.io/juliusknorr/nextcloud-dev-code:latest |
| 225 | + image: juliushaertl/nc-code-nightly:latest |
225 | 226 | env: |
226 | 227 | extra_params: '--o:ssl.enable=false' |
227 | 228 | aliasgroup1: 'http://nextcloud' |
@@ -312,7 +313,7 @@ jobs: |
312 | 313 | --health-timeout 5s |
313 | 314 | --health-retries 10 |
314 | 315 | collabora: |
315 | | - image: ghcr.io/juliusknorr/nextcloud-dev-code:latest |
| 316 | + image: juliushaertl/nc-code-nightly:latest |
316 | 317 | env: |
317 | 318 | extra_params: '--o:ssl.enable=false' |
318 | 319 | aliasgroup1: 'http://nextcloud' |
|
0 commit comments