Compare commits

...

1 commit

Author SHA1 Message Date
garionion 475de852ff
switch to kaniko plugin 2021-08-15 03:11:38 +02:00

View file

@ -10,16 +10,14 @@ steps:
- go test ./... - go test ./...
- name: publish - name: publish
image: plugins/docker:latest image: banzaicloud/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
build_args:
- "" --force
tags:
- latest