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