diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-09 08:58:39 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-09 08:58:48 +0200 |
| commit | 8ca4989cb42c1da1f702512a29638ff363d30430 (patch) | |
| tree | 75a78a480419b8d5949a63092a1c140ed5513440 /.gitlab-ci.yml | |
| parent | 1f8cdfbd0c23f579cb66bede7564926b5f11107c (diff) | |
for now, build the image only manually, re #2610
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45779d1..55657cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -268,6 +268,7 @@ build_image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""] stage: build + when: manual variables: IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME script: |
