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