diff options
| author | Matweb Bot | 2024-05-15 04:06:48 +0000 |
|---|---|---|
| committer | Matweb Bot | 2024-05-15 04:06:48 +0000 |
| commit | ed8e305995f08dc3a04b8797ac3bc0ec4dd9b6d2 (patch) | |
| tree | faf15963703f0d8bffac0c8acc8ce02c9afac550 | |
| parent | e3040157fbdd3bc2500bc167e1b756c16d473888 (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.23.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 5433420..5eb45f1 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.22.0-debug | 57 | name: gcr.io/kaniko-project/executor:v1.23.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 |
