From 1fc40b3b583666236cc4f47c0e0b308fc98d6886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 14 May 2023 15:01:45 +0200 Subject: [PATCH] use different base img --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c9cabe2..dba050f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,10 @@ name: default steps: - name: clone_github - image: ubuntu + image: alpine/git + pull: always commands: - - apt update - - apt install -y git - git clone https://github.com/librespeed/speedtest-go.git - - pwd - - ls . - name: kaniko image: plugins/kaniko @@ -22,6 +19,7 @@ steps: password: from_secret: DOCKER_PASSWORD context: /drone/src/speedtest-go + dockerfile: /drone/src/speedtest-go/Dockerfile tags: - latest - ${DRONE_BUILD_NUMBER}