Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 1da5439358 add drone config
continuous-integration/drone/push Build is passing Details
2019-03-25 16:25:41 +01:00
Simon Bruder 58c9465add always use latest alpine version 2019-03-25 16:24:07 +01:00
2 changed files with 14 additions and 1 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/mumbledj

View File

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine
ENV GOPATH=/