diff options
| author | Matweb Bot | 2023-08-31 04:08:31 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-08-31 04:08:31 +0000 |
| commit | 6010e84abaa99aafd19c3bd8ae5c24e62e5e70f9 (patch) | |
| tree | 85a884467eafe31d66fb9373e59ed47b1d87a380 | |
| parent | 814a1c8aac39d44325fd088b888fdc821aa5dadc (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.15.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 7825fb4..28ed932 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.14.0-debug | 57 | name: gcr.io/kaniko-project/executor:v1.15.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 |
