From 35d0a74f270df7f277ba7f848a5c4ed44a97b007 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 2 May 2021 01:49:42 +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 e55f0b6..6c04862 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: .