diff options
| author | Matweb Bot | 2024-08-30 04:07:29 +0000 |
|---|---|---|
| committer | Matweb Bot | 2024-08-30 04:07:29 +0000 |
| commit | eb3bdf73c5bfa825acd9ecb8951657dbbb5cc9e1 (patch) | |
| tree | f499d1ca09447b5bca26977f510fa0c64a4aaf7b | |
| parent | 74cb106cfc1e01b38f8e03faee4e73426d73df10 (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.23.2
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df99042..faadeea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -54,7 +54,7 @@ tests:debian: | |||
| 54 | build-docker: | 54 | build-docker: |
| 55 | stage: build_container | 55 | stage: build_container |
| 56 | image: | 56 | image: |
| 57 | name: gcr.io/kaniko-project/executor:v1.23.1-debug | 57 | name: gcr.io/kaniko-project/executor:v1.23.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 |
