From e330591c042d416e2a2dc27d483813d5e5a91a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 14 May 2023 14:48:26 +0200 Subject: [PATCH] use newer kaniko plugin --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 964f5fb..810e5e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,10 @@ steps: commands: - apt update - apt install -y git - - git clone https://github.com/librespeed/speedtest-go.git . + - git clone https://github.com/librespeed/speedtest-go.git - name: kaniko - image: banzaicloud/drone-kaniko + image: plugins/kaniko settings: registry: registry.kmlabz.com repo: stargate-cluster/${DRONE_REPO_NAME} @@ -19,6 +19,7 @@ steps: from_secret: DOCKER_USERNAME password: from_secret: DOCKER_PASSWORD + context: /drone/src/speedtest-go tags: - latest - ${DRONE_BUILD_NUMBER}