Skip to content

Commit 6b7fe9a

Browse files
committed
chore: release trello and airtable images
1 parent 1fa99a8 commit 6b7fe9a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.goreleaser.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,24 @@ dockers:
9898
dockerfile: catalog/shared/Dockerfile
9999
build_flag_templates:
100100
- "--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"
101119
archives:
102120
- replacements:
103121
darwin: Darwin

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.97.0
1+
0.98.0

0 commit comments

Comments
 (0)