summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2024-03-27 04:06:19 +0000
committerMatweb Bot2024-03-27 04:06:19 +0000
commited50249de26c1577d0ed5db5c50db8ef6fd8d6c5 (patch)
tree05a63925f32b03b89b010d71c325f37afc70bcd7
parent459708d44a8dba9b2f76f412e961d9f3f79f31e7 (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.22.0
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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:
54build-docker: 54build-docker:
55 stage: build_container 55 stage: build_container
56 image: 56 image:
57 name: gcr.io/kaniko-project/executor:v1.21.1-debug 57 name: gcr.io/kaniko-project/executor:v1.22.0-debug
58 entrypoint: [""] 58 entrypoint: [""]
59 script: 59 script:
60 - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json 60 - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json