Skip to content
Snippets Groups Projects
Commit 8de6841f authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: allow building images manually

parent 7b7317f3
No related branches found
No related tags found
1 merge request!1060.10.1 release
......@@ -124,8 +124,9 @@
stage: images
tags:
- container-registry-push
only:
- schedules
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_BUILD_IMAGES == "1"'
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......@@ -182,8 +183,6 @@
# Build branch images; factored out so it may be invoked separately
Current images:
extends: Release images
only:
- schedules
parallel:
matrix:
- PYTHON:
......@@ -196,8 +195,9 @@
# Builds the image used by tests/test-networking.t
Git service image:
stage: images
only:
- schedules
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_BUILD_IMAGES == "1"'
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment