diff options
| author | Matweb Bot | 2023-03-29 12:27:09 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-03-29 12:27:09 +0000 |
| commit | 8b98018d59c59e6f14f13a19cba1f80e31314bcd (patch) | |
| tree | cdd62b6b9e91501f5fa87bf5179f9adee56b7d62 | |
| parent | 9dca8d1f15462881381cd02a78750ff99808999f (diff) | |
RenovateBot: Update gcr.io/kaniko-project/executor Docker tag to v1.9.2
| -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..c7b1234 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.9.2-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 |
