This commit is contained in:
parent
e3cfb58501
commit
a4105eab0f
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: imbytecat/${DRONE_REPO_NAME}
|
||||
tags: latest
|
Reference in New Issue
Block a user