Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2021-05-29 01:20:11 +0300
committerGary Kim <gary@garykim.dev>2021-05-29 01:20:11 +0300
commitce3449ba723c934c806dc8120c3c3591416f14e2 (patch)
treeb6b833a48d55cb6d3f3928669e864eefdadaad60 /.drone.yml
parentf392deaa14b43ba71cd123c219d7342ef8b80a11 (diff)
Pull from GHCR
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index f05a92e8..a422c034 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,7 @@ name: syntax-php7.0
steps:
- name: syntax-php7.0
- image: nextcloudci/php7.0:php7.0-7
+ image: ghcr.io/nextcloud/continuous-integration-php7.0:php7.0-19
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude vendor/ .
@@ -22,7 +22,7 @@ name: syntax-php7.1
steps:
- name: syntax-php7.1
- image: nextcloudci/php7.1:php7.1-11
+ image: ghcr.io/nextcloud/continuous-integration-php7.1:php7.1-16
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude vendor/ .