Compare commits
No commits in common. "main" and "b2dc7dbd5723bb26e6a784d74c3448b92060e468" have entirely different histories.
main
...
b2dc7dbd57
1 changed files with 5 additions and 8 deletions
13
.drone.yml
13
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue