2021-10-27 08:21:23 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
2022-05-05 11:43:13 +00:00
|
|
|
- name: validate
|
2022-05-05 11:43:46 +00:00
|
|
|
image: bunix42/pre-commit
|
2022-05-05 11:43:13 +00:00
|
|
|
|
2022-03-29 19:31:11 +00:00
|
|
|
- name: nextcloud-23-fpm
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: bunix42/nextcloud
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
build_args:
|
2022-06-21 07:26:31 +00:00
|
|
|
- NEXTCLOUD_VERSION=23.0.6-fpm
|
2022-03-29 19:31:11 +00:00
|
|
|
tags:
|
2022-06-21 07:26:31 +00:00
|
|
|
- 23.0.6-fpm
|
2022-03-29 19:31:11 +00:00
|
|
|
- 23.0-fpm
|
|
|
|
- 23-fpm
|
|
|
|
|
2022-05-05 08:31:26 +00:00
|
|
|
- name: nextcloud-24-fpm
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: bunix42/nextcloud
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
build_args:
|
2022-06-21 07:26:31 +00:00
|
|
|
- NEXTCLOUD_VERSION=24.0.2-fpm
|
2022-05-05 08:31:26 +00:00
|
|
|
tags:
|
2022-06-21 07:26:31 +00:00
|
|
|
- 24.0.2-fpm
|
2022-05-05 08:31:26 +00:00
|
|
|
- 24.0-fpm
|
|
|
|
- 24-fpm
|
2022-03-29 19:31:11 +00:00
|
|
|
|
2021-10-27 08:21:23 +00:00
|
|
|
- name: slack
|
|
|
|
image: plugins/slack
|
|
|
|
settings:
|
|
|
|
webhook:
|
|
|
|
from_secret: slack_webhook
|
|
|
|
channel: drone
|
|
|
|
username: drone
|
|
|
|
|
|
|
|
trigger:
|
2022-06-13 19:33:45 +00:00
|
|
|
event:
|
|
|
|
- push
|
2021-10-27 08:21:23 +00:00
|
|
|
branch:
|
|
|
|
- master
|