File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 40
40
default : " main"
41
41
required : false
42
42
type : string
43
+ mode :
44
+ default : " CI"
45
+ required : false
46
+ type : string
47
+
43
48
jobs :
44
49
# ###################################################################################################
45
50
# Image Build
83
88
docker_compose_path : ${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
84
89
service_list : ${{ inputs.services }}
85
90
registry : ${OPEA_IMAGE_REPO}opea
91
+ mode : ${{ inputs.mode }}
86
92
tag : ${{ inputs.tag }}
87
93
88
94
# ###################################################################################################
Original file line number Diff line number Diff line change 30
30
description : ' OPEA branch for image build'
31
31
required : false
32
32
type : string
33
+ mode :
34
+ default : " CI"
35
+ description : " Whether the test range is CI or CD"
36
+ required : false
37
+ type : string
38
+
33
39
jobs :
34
40
get-test-matrix :
35
41
runs-on : ubuntu-latest
56
62
services : ${{ inputs.services }}
57
63
tag : ${{ inputs.tag }}
58
64
opea_branch : ${{ inputs.opea_branch }}
65
+ mode : ${{ inputs.mode }}
59
66
secrets : inherit
You can’t perform that action at this time.
0 commit comments