diff options
| author | Matweb Bot | 2024-02-10 04:06:29 +0000 |
|---|---|---|
| committer | Matweb Bot | 2024-02-10 04:06:29 +0000 |
| commit | fbd622ab264403e68ac4ebec7ecc8013d5d0471c (patch) | |
| tree | c068c60fcb73f043fd9d4921dfe41df6f7a6c220 /.gitlab-ci.yml | |
| parent | d9d449dd622acb47f3fa626d17aac51be4837f9e (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.20.1
Diffstat (limited to '.gitlab-ci.yml')
| -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 7e1ebd4..6b658ff 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.20.0-debug | 57 | name: gcr.io/kaniko-project/executor:v1.20.1-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 |
