Compare commits

..

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

View file

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