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:
|
||||
- name: fake-s3
|
||||
image: lphoward/fake-s3:latest
|
||||
image: ghcr.io/nextcloud/continuous-integration-fake-s3:latest
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -2166,7 +2166,7 @@ steps:
|
|||
|
||||
services:
|
||||
- name: azurite
|
||||
image: arafato/azurite:latest
|
||||
image: ghcr.io/nextcloud/continuous-integration-azurite:latest
|
||||
environment:
|
||||
executable: blob
|
||||
|
||||
|
|
Loading…
Reference in New Issue