diff options
| author | Matweb Bot | 2023-05-25 04:06:11 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-05-25 04:06:11 +0000 |
| commit | 0dbb829862a41ccd9bee882c32939e370be1d98c (patch) | |
| tree | acafe3b84d4132bd47c690c831e11f8a2725c32a /.gitlab-ci.yml | |
| parent | 798e8ba7611c5695c39e0a9396544e18a3b236b2 (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.10.0
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 625b531..60afe1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -50,7 +50,7 @@ tests:debian: | |||
| 50 | build-docker: | 50 | build-docker: |
| 51 | stage: build_container | 51 | stage: build_container |
| 52 | image: | 52 | image: |
| 53 | name: gcr.io/kaniko-project/executor:v1.9.0-debug | 53 | name: gcr.io/kaniko-project/executor:v1.10.0-debug |
| 54 | entrypoint: [""] | 54 | entrypoint: [""] |
| 55 | script: | 55 | script: |
| 56 | - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json | 56 | - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json |
