Add Dockerfile
This commit is contained in:
parent
4203f6e26b
commit
7de1404f4d
2 changed files with 40 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
|
@ -15,3 +15,16 @@ steps:
|
|||
- go generate -v
|
||||
- go get -v -d
|
||||
- go build -v -o chldapasswd
|
||||
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/chldapasswd
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue