diff options
| author | Matweb Bot | 2024-01-18 04:14:58 +0000 |
|---|---|---|
| committer | Matweb Bot | 2024-01-18 04:14:58 +0000 |
| commit | dcd1b2c3a00ecf572a4bbeb525042b06c90a7626 (patch) | |
| tree | 90f0b22c668e2ff21ad914593a6f6cbbde425369 | |
| parent | 7b685f1a25902e2e254ea4b78ab9e01bcf60e5eb (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.20.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 2f63df4..7e1ebd4 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.19.2-debug | 57 | name: gcr.io/kaniko-project/executor:v1.20.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 |
