summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatweb Bot2023-11-30 04:06:16 +0000
committerMatweb Bot2023-11-30 04:06:16 +0000
commitfafbe8c111c07e26fcd300864fcb6da001192352 (patch)
tree1d58610fcb0cc86eb214270f26d1afa3d0ec8395 /.gitlab-ci.yml
parentff37475b54eec1c7d29989f00efbb60ce7197d4c (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.19.0
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4258741..83e8063 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.18.0-debug 57 name: gcr.io/kaniko-project/executor:v1.19.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