File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,24 @@ dockers:
98
98
dockerfile : catalog/shared/Dockerfile
99
99
build_flag_templates :
100
100
- " --build-arg=SERVICE=github"
101
+
102
+ - ids :
103
+ - catalog/trello
104
+ image_templates :
105
+ - openintegration/serivce-trello:latest
106
+ - openintegration/serivce-trello:{{ .Env.TRELLO_SERVICE_VERSION }}
107
+ dockerfile : catalog/shared/Dockerfile
108
+ build_flag_templates :
109
+ - " --build-arg=SERVICE=trello"
110
+
111
+ - ids :
112
+ - catalog/airtable
113
+ image_templates :
114
+ - openintegration/serivce-airtable:latest
115
+ - openintegration/serivce-airtable:{{ .Env.AIRTABLE_SERVICE_VERSION }}
116
+ dockerfile : catalog/shared/Dockerfile
117
+ build_flag_templates :
118
+ - " --build-arg=SERVICE=airtable"
101
119
archives :
102
120
- replacements :
103
121
darwin : Darwin
Original file line number Diff line number Diff line change 1
- 0.97 .0
1
+ 0.98 .0
You can’t perform that action at this time.
0 commit comments