Compare commits

...

1 commit

Author SHA1 Message Date
garionion 00c7bd4c8d
switch to kaniko plugin
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-15 03:31:46 +02:00

View file

@ -10,16 +10,12 @@ steps:
- go test ./... - go test ./...
- name: publish - name: publish
image: plugins/docker:latest image: garionion/drone-kaniko
settings: 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 repo: garionion/drone-yaml-server
username: username:
from_secret: docker_username from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest