drone-yaml-server/.drone.yml
garionion 8b90c46825
Some checks failed
continuous-integration/drone/push Build is failing
switch to kaniko plugin
2021-08-15 02:51:21 +02:00

21 lines
409 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
- go test ./...
- name: publish
image: banzaicloud/drone-kaniko
settings:
repo: garionion/drone-yaml-server
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest