Compare commits

..

No commits in common. "main" and "b2dc7dbd5723bb26e6a784d74c3448b92060e468" have entirely different histories.

View file

@ -6,18 +6,15 @@ steps:
- name: build
image: golang
commands:
- CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
- go build
- go test ./...
- name: publish
image: techknowlogick/drone-docker:latest
privileged: true
image: plugins/docker
settings:
auto_tag: true
repo: garionion/drone-yaml-server
debug: true
password:
from_secret: docker_password
username:
from_secret: docker_username
tags:
- latest
password:
from_secret: docker_password