From be284bdf11ba4604896cc2e1d051be1aa2d39ef2 Mon Sep 17 00:00:00 2001 From: garionion Date: Sun, 15 Aug 2021 15:52:09 +0200 Subject: [PATCH] maybe this will work --- .drone.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index cd2b07c..aa7a24b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,14 @@ steps: - go test ./... - name: publish - image: garionion/drone-kaniko + image: techknowlogick/drone-docker:latest settings: - repo: garionion/drone-yaml-server - username: - from_secret: docker_username + auto_tag: true + auto_tag_suffix: linux-amd64 + repo: ggarionion/drone-yaml-server password: from_secret: docker_password + username: + from_secret: docker_username tags: - - latest \ No newline at end of file + - latest