This commit is contained in:
parent
1edd30f7a8
commit
4bb9b51b24
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build
|
||||||
|
steps:
|
||||||
|
- name: image
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: git.supanadit.com
|
||||||
|
repo: git.supanadit.com/supanadit/${DRONE_REPO_NAME}
|
||||||
|
tags: ${DRONE_TAG}
|
||||||
|
username:
|
||||||
|
from_secret: DRONE_PUBLISH_USER
|
||||||
|
password:
|
||||||
|
from_secret: DRONE_PUBLISH_KEY
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
Loading…
Reference in New Issue
Block a user