This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: rubble.se:5000/hello-drone
|
||||
tags: latest
|
||||
username:
|
||||
from_secret: urban
|
||||
password:
|
||||
from_secret: latkotte
|
||||
|
||||
Reference in New Issue
Block a user