diff options
| author | Matweb Bot | 2024-03-01 04:07:04 +0000 |
|---|---|---|
| committer | Matweb Bot | 2024-03-01 04:07:04 +0000 |
| commit | 80caa98385dc4e46293e663905e0277fb89c4871 (patch) | |
| tree | ba216cfd31c5c7f85af1bfcd4684b7e9d05f7844 | |
| parent | c8b6478666417eb72abfda4c03f5b24518a9a94f (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.21.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 6b658ff..f306c0b 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.1-debug | 57 | name: gcr.io/kaniko-project/executor:v1.21.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 |
