Files
flarum/.drone.yml

25 lines
509 B
YAML
Raw Normal View History

2022-04-09 01:32:10 +08:00
kind: pipeline
type: docker
name: flarum
clone:
depth: 1
steps:
2022-04-09 01:36:31 +08:00
- name: build
2022-04-09 01:32:10 +08:00
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"
tags:
- ${DRONE_BUILD_NUMBER}
- latest
registry: stark.doylee.cn
mirror: https://p2t7g3ky.mirror.aliyuncs.com
when:
event: push