drone-yaml-server/.drone.yml
garionion 00c7bd4c8d
Some checks failed
continuous-integration/drone/push Build is failing
switch to kaniko plugin
2021-08-15 03:31:46 +02:00

21 lines
407 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: garionion/drone-kaniko
settings:
repo: garionion/drone-yaml-server
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest