summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2023-05-25 04:06:11 +0000
committerMatweb Bot2023-05-25 04:06:11 +0000
commit0dbb829862a41ccd9bee882c32939e370be1d98c (patch)
treeacafe3b84d4132bd47c690c831e11f8a2725c32a
parent798e8ba7611c5695c39e0a9396544e18a3b236b2 (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.10.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 625b531..60afe1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ tests:debian:
50build-docker: 50build-docker:
51 stage: build_container 51 stage: build_container
52 image: 52 image:
53 name: gcr.io/kaniko-project/executor:v1.9.0-debug 53 name: gcr.io/kaniko-project/executor:v1.10.0-debug
54 entrypoint: [""] 54 entrypoint: [""]
55 script: 55 script:
56 - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json 56 - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json