refactor(7.4): 🦄 将 apache 改为了 caddy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
李东云
2022-05-10 22:06:17 +08:00
parent e4874522c9
commit 5fa550aba3
2 changed files with 20 additions and 43 deletions

View File

@@ -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