From 8b98018d59c59e6f14f13a19cba1f80e31314bcd Mon Sep 17 00:00:00 2001 From: Matweb Bot Date: Wed, 29 Mar 2023 12:27:09 +0000 Subject: [PATCH] RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.9.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 625b531..c7b1234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ tests:debian: build-docker: stage: build_container image: - name: gcr.io/kaniko-project/executor:v1.9.0-debug + name: gcr.io/kaniko-project/executor:v1.9.2-debug entrypoint: [""] script: - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json