diff options
| author | jfriedli | 2023-03-29 12:24:40 +0000 |
|---|---|---|
| committer | jfriedli | 2023-03-29 12:24:40 +0000 |
| commit | 9dca8d1f15462881381cd02a78750ff99808999f (patch) | |
| tree | 58cad94a460dc5e298abfe58b75751c7bd4d0243 /.gitlab-ci.yml | |
| parent | f3879bb29b541ac137f75deeca2750a637724cde (diff) | |
updated dependencies and locked kanikao image tage in ci
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 81f1cfd..625b531 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:debug | 53 | name: gcr.io/kaniko-project/executor:v1.9.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 |
