summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatweb Bot2023-03-29 12:27:09 +0000
committerMatweb Bot2023-03-29 12:27:09 +0000
commit8b98018d59c59e6f14f13a19cba1f80e31314bcd (patch)
treecdd62b6b9e91501f5fa87bf5179f9adee56b7d62 /.gitlab-ci.yml
parent9dca8d1f15462881381cd02a78750ff99808999f (diff)
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.9.2
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 625b531..c7b1234 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.9.2-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