fix mr to send image to right the place and can we do kaniko target arg as a variable??

This commit is contained in:
2021-07-07 16:15:42 -07:00
parent d9b25c1063
commit 74eb5df1bb
3 changed files with 34 additions and 2 deletions

View File

@@ -3,11 +3,13 @@
APP_NAME: cic-eth
DOCKERFILE_PATH: docker/Dockerfile_ci
CONTEXT: apps/$APP_NAME
KANIKO_TARGET_ARGS: "--target dev"
build-mr-cic-eth:
extends:
- .cic_eth_variables
- .py_build_target_dev
#- .py_build_target_dev
- .py_build_merge_request
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes: