Commit cc60638 Irfan Habib
authored
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -110,19 +110,25 @@ jobs:
110
110
patch_base_reg : ((patch-base-reg))
111
111
patch_base_tag : ((patch-base-tag))
112
112
tag_commit : " true"
113
+ - put : mariadb-image
114
+ params :
113
115
dockerfile : stratos/deploy/db/Dockerfile.mariadb
114
116
build : stratos/deploy/db
115
117
tag : image-tag/v2-alpha-tag
116
118
patch_base_reg : ((patch-base-reg))
117
119
patch_base_tag : ((patch-base-tag))
118
120
tag_commit : " true"
121
+ - put : ui-image
122
+ params :
119
123
dockerfile : stratos/deploy/Dockerfile.ui
120
124
build : stratos/
121
125
target_name : prod-build
122
126
tag : image-tag/v2-alpha-tag
123
127
patch_base_reg : ((patch-base-reg))
124
128
patch_base_tag : ((patch-base-tag))
125
129
tag_commit : " true"
130
+ - name : create-chart
131
+ plan :
126
132
- get : stratos
127
133
passed : [build-images]
128
134
trigger : true
You can’t perform that action at this time.
0 commit comments