Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GHCR for PHP 7.3 images #5678

Merged
merged 1 commit into from
May 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: int-sqlite-callapi

steps:
- name: integration-callapi
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -38,7 +38,7 @@ name: int-sqlite-chat

steps:
- name: integration-chat
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -73,7 +73,7 @@ name: int-sqlite-command

steps:
- name: integration-command
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -108,7 +108,7 @@ name: int-sqlite-conversation

steps:
- name: integration-conversation
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -145,7 +145,7 @@ name: int-sqlite-conversation-2

steps:
- name: integration-conversation-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -182,7 +182,7 @@ name: int-sqlite-sharing

steps:
- name: integration-sharing
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -217,7 +217,7 @@ name: int-sqlite-sharing-2

steps:
- name: integration-sharing-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -252,7 +252,7 @@ name: int-mysql-callapi

steps:
- name: integration-callapi
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -297,7 +297,7 @@ name: int-mysql-chat

steps:
- name: integration-chat
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -342,7 +342,7 @@ name: int-mysql-command

steps:
- name: integration-command
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -387,7 +387,7 @@ name: int-mysql-conversation

steps:
- name: integration-conversation
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -434,7 +434,7 @@ name: int-mysql-conversation-2

steps:
- name: integration-conversation-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -481,7 +481,7 @@ name: int-mysql-sharing

steps:
- name: integration-sharing
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -526,7 +526,7 @@ name: int-mysql-sharing-2

steps:
- name: integration-sharing-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -571,7 +571,7 @@ name: int-pgsql-callapi

steps:
- name: integration-callapi
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -615,7 +615,7 @@ name: int-pgsql-chat

steps:
- name: integration-chat
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -659,7 +659,7 @@ name: int-pgsql-command

steps:
- name: integration-command
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -703,7 +703,7 @@ name: int-pgsql-conversation

steps:
- name: integration-conversation
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -749,7 +749,7 @@ name: int-pgsql-conversation-2

steps:
- name: integration-conversation-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -795,7 +795,7 @@ name: int-pgsql-sharing

steps:
- name: integration-sharing
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down Expand Up @@ -839,7 +839,7 @@ name: int-pgsql-sharing-2

steps:
- name: integration-sharing-2
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down