You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/labs/docker-lan/conf/drone/.drone.yml

20 lines
283 B

name: default
kind: pipeline
type: docker
steps:
- name: build
image: golang
commands:
- go get
- go build
- name: publish
image: plugins/docker
settings:
repo: octocat/hello-world
tags: [ 1, 1.1, latest ]
registry: 172.20.32.1:5000
insecure: true