diff options
| author | Matweb Bot | 2025-05-27 21:24:38 +0000 |
|---|---|---|
| committer | Matweb Bot | 2025-05-27 21:24:38 +0000 |
| commit | f0b464a38eb3e61bb11ba6a40d63f03c270aad6a (patch) | |
| tree | d748f85e2a57ce74d4dc694c349c53841b8429a8 | |
| parent | 82bda061225eb9bbf9c74c1f7ecb968251741635 (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.24.0
| -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 e2dc7e9..cfef9ff 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.2-debug | 57 | name: gcr.io/kaniko-project/executor:v1.24.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 |
