refactor(7.4): 🦄 将 apache 改为了 caddy
This commit is contained in:
26
.drone.yml
26
.drone.yml
@@ -1,7 +1,7 @@
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: docker
|
||||
# name: apache
|
||||
# name: caddy
|
||||
|
||||
# clone:
|
||||
# depth: 1
|
||||
@@ -19,11 +19,11 @@
|
||||
# - "stark.doylee.cn/library/flarum"
|
||||
# tags:
|
||||
# - ${DRONE_BUILD_NUMBER}
|
||||
# - 8.1-apache
|
||||
# - 8-apache
|
||||
# - apache
|
||||
# - 8.1-caddy
|
||||
# - 8-caddy
|
||||
# - caddy
|
||||
# - latest
|
||||
# target: apache-latest
|
||||
# target: caddy-latest
|
||||
# registry: stark.doylee.cn
|
||||
# mirror: https://p2t7g3ky.mirror.aliyuncs.com
|
||||
# when:
|
||||
@@ -32,7 +32,7 @@
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: docker
|
||||
# name: 7.3-apache
|
||||
# name: 7.3-caddy
|
||||
|
||||
# clone:
|
||||
# depth: 1
|
||||
@@ -47,11 +47,11 @@
|
||||
# password: DhmbcQyu7I5uaUfWbzcedbDGB0gfhuFR
|
||||
# repo: stark.doylee.cn/library/flarum
|
||||
# cache_from:
|
||||
# - "stark.doylee.cn/library/flarum:7.3-apache"
|
||||
# - "stark.doylee.cn/library/flarum:7.3-caddy"
|
||||
# tags:
|
||||
# - ${DRONE_BUILD_NUMBER}
|
||||
# - 7.3-apache
|
||||
# target: apache-73
|
||||
# - 7.3-caddy
|
||||
# target: caddy-73
|
||||
# registry: stark.doylee.cn
|
||||
# mirror: https://p2t7g3ky.mirror.aliyuncs.com
|
||||
# when:
|
||||
@@ -60,7 +60,7 @@
|
||||
# ---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: 7-apache
|
||||
name: 7-caddy
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
@@ -75,11 +75,11 @@ steps:
|
||||
password: DhmbcQyu7I5uaUfWbzcedbDGB0gfhuFR
|
||||
repo: stark.doylee.cn/library/flarum
|
||||
cache_from:
|
||||
- "stark.doylee.cn/library/flarum:7-apache"
|
||||
- "stark.doylee.cn/library/flarum:7-caddy"
|
||||
tags:
|
||||
- ${DRONE_BUILD_NUMBER}
|
||||
- 7.4-apache
|
||||
- 7-apache
|
||||
- 7.4-caddy
|
||||
- 7-caddy
|
||||
registry: stark.doylee.cn
|
||||
mirror: https://p2t7g3ky.mirror.aliyuncs.com
|
||||
dockerfile: 7.4/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user