This commit is contained in:
parent
44412a4850
commit
546fa68321
1 changed files with 0 additions and 0 deletions
19
.drone.yml
Normal file
19
.drone.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
kind: pipeline
|
||||
name: build
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.riksolo.com
|
||||
username: riksolo
|
||||
repo: git.riksolo.com/${DRONE_REPO}
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT}
|
||||
password:
|
||||
from_secret: dockertoken
|
Loading…
Add table
Add a link
Reference in a new issue