summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2023-12-20 04:06:26 +0000
committerMatweb Bot2023-12-20 04:06:26 +0000
commit845cec5c3b28942fde3e1e3b43e17202e313122f (patch)
tree642e71278b554cc61ce1fc12a8fc84b3e64c2856
parent1d7d4807b2fc4cd25aff54987b40028e0ed97eda (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.19.2
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fafbe4b..2f63df4 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.19.1-debug 57 name: gcr.io/kaniko-project/executor:v1.19.2-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