diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-05-28 13:58:52 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2021-05-28 13:58:52 +0200 |
commit | 11bd715ecdd7e511873b584afccea6068e182284 (patch) | |
tree | 6fd8fdccea577247dd7b0799a2bb5820206bbb2e /.drone.yml | |
parent | 77d6611fa0d7622da611680dfe9b7dbd4d0c056d (diff) | |
download | nextcloud-server-11bd715ecdd7e511873b584afccea6068e182284.tar.gz nextcloud-server-11bd715ecdd7e511873b584afccea6068e182284.zip |
Use GHCR for services
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 68cf244548d..bf5ab3acd15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |