modify drone config
This commit is contained in:
parent
8d3d347342
commit
a3bf8e0293
14
.drone.yml
14
.drone.yml
@ -1,9 +1,15 @@
|
||||
pipeline:
|
||||
docker:
|
||||
kind: pipeline
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: docker.mtfos.xyz
|
||||
repo: docker.mtfos.xyz/mtfos/node-iglook
|
||||
dockerfile: Dockerfile
|
||||
tags: [latest, "${DRONE_COMMIT}"]
|
||||
when:
|
||||
branch: release
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user