diff options
| author | Matweb Bot | 2023-12-16 04:06:52 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-12-16 04:06:52 +0000 |
| commit | 2fdab4211a5b43c5055479c9efa22cdc2326ec1b (patch) | |
| tree | e86559811c84a9243ebe8788f757f44d7a835c38 /.gitlab-ci.yml | |
| parent | 69e318415b4e504a45c3b72fb6bb2e065fe7ca3e (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.19.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 83e8063..fafbe4b 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.0-debug | 57 | name: gcr.io/kaniko-project/executor:v1.19.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 |
