Use GHCR for services
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
77d6611fa0
commit
11bd715ecd
|
@ -2133,7 +2133,7 @@ steps:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: fake-s3
|
- name: fake-s3
|
||||||
image: lphoward/fake-s3:latest
|
image: ghcr.io/nextcloud/continuous-integration-fake-s3:latest
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -2166,7 +2166,7 @@ steps:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: azurite
|
- name: azurite
|
||||||
image: arafato/azurite:latest
|
image: ghcr.io/nextcloud/continuous-integration-azurite:latest
|
||||||
environment:
|
environment:
|
||||||
executable: blob
|
executable: blob
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue