drone-yaml-server/.drone.yml
garionion d8f479e6f6
Some checks failed
continuous-integration/drone/push Build is failing
didnt work -.-
2021-08-15 01:49:45 +02:00

25 lines
519 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: plugins/docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
daemon_off: false
debug: true
privileged: true
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: garionion/drone-yaml-server
username:
from_secret: docker_username