diff options
| author | Matweb Bot | 2023-09-23 04:07:07 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-09-23 04:07:07 +0000 |
| commit | 46ba3bbfb47189de1e70fa1e4f592ab60246bd66 (patch) | |
| tree | 2e10966d35270b16581059dba0223f892fd1ac9c | |
| parent | 02a604720147f0ff3a7287dce82d2b77867cb3c6 (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.16.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 28ed932..89c8785 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.15.0-debug | 57 | name: gcr.io/kaniko-project/executor:v1.16.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 |
