From 173b86847f276d2b6d908ff2a42d64e13e091a3f Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 2 May 2021 01:50:41 +0200 Subject: [PATCH] ci: use linux-amd64 stable tag the tag's also moving but efforts are made to only push working code there so it should do in terms of stability --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f4b0e24..a1bc046 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - name: kaniko-build pull: always - image: immawanderer/drone-kaniko:efd19c50 + image: immawanderer/drone-kaniko:linux-amd64 settings: dockerfile: Dockerfile context: . @@ -39,7 +39,7 @@ steps: - name: kaniko-publish pull: always - image: immawanderer/drone-kaniko:efd19c50 + image: immawanderer/drone-kaniko:linux-amd64 settings: dockerfile: Dockerfile context: .