This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: registry.coadcorp.com
|
||||||
|
username: nathan
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
repo: registry.coadcorp.com/nathan-ubuntu
|
||||||
|
cache_from: "registry.coadcorp.com/nathan-ubuntu:latest"
|
||||||
|
tags:
|
||||||
|
- nz
|
Reference in New Issue
Block a user