From ed50249de26c1577d0ed5db5c50db8ef6fd8d6c5 Mon Sep 17 00:00:00 2001 From: Matweb Bot Date: Wed, 27 Mar 2024 04:06:19 +0000 Subject: [PATCH] RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.22.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a03e1e2..5433420 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ tests:debian: build-docker: stage: build_container image: - name: gcr.io/kaniko-project/executor:v1.21.1-debug + name: gcr.io/kaniko-project/executor:v1.22.0-debug entrypoint: [""] script: - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json