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