From 00c7bd4c8da2d9a3cd695ee651f1e51c95750c39 Mon Sep 17 00:00:00 2001 From: garionion Date: Sun, 15 Aug 2021 02:51:21 +0200 Subject: [PATCH] switch to kaniko plugin --- .drone.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4d4058..cd2b07c 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file + from_secret: docker_username + password: + from_secret: docker_password + tags: + - latest \ No newline at end of file