Compare commits

...

1 Commits

Author SHA1 Message Date
garionion 00c7bd4c8d
switch to kaniko plugin
continuous-integration/drone/push Build is failing Details
2021-08-15 03:31:46 +02:00
1 changed files with 6 additions and 10 deletions

View File

@ -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