This commit is contained in:
parent
d8f479e6f6
commit
00c7bd4c8d
1 changed files with 6 additions and 10 deletions
16
.drone.yml
16
.drone.yml
|
@ -10,16 +10,12 @@ steps:
|
|||
- go test ./...
|
||||
|
||||
- name: publish
|
||||
image: plugins/docker:latest
|
||||
image: garionion/drone-kaniko
|
||||
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
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
Loading…
Reference in a new issue