summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2024-06-08 04:06:20 +0000
committerMatweb Bot2024-06-08 04:06:20 +0000
commit40292e57e192aefa2247edbf10b35665f54ffc53 (patch)
tree5c6346efc34d13be59c950285ff0deb9d7c58b3e
parenteeb030ec988eea0aa425094f53bf8ea3b2656b6d (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.23.1
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5eb45f1..df99042 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.23.0-debug 57 name: gcr.io/kaniko-project/executor:v1.23.1-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