This commit is contained in:
25
.drone.yml
Normal file
25
.drone.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: flarum
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
|
||||
steps:
|
||||
- name: ci-base
|
||||
pull: if-not-exists
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: robot$library+drone
|
||||
password: DhmbcQyu7I5uaUfWbzcedbDGB0gfhuFR
|
||||
repo: stark.doylee.cn/library/flarum
|
||||
cache_from:
|
||||
- "stark.doylee.cn/library/flarum"
|
||||
target: base
|
||||
tags:
|
||||
- ${DRONE_BUILD_NUMBER}
|
||||
- latest
|
||||
registry: stark.doylee.cn
|
||||
mirror: https://p2t7g3ky.mirror.aliyuncs.com
|
||||
when:
|
||||
event: push
|
||||
Reference in New Issue
Block a user