This repository was archived by the owner on Jan 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,14 +139,41 @@ jobs:
139139
140140 # ## Subscriber
141141
142- - name : Build and push Subscriber
142+ - name : Build and push bilibili subs watcher
143+ uses : docker/build-push-action@v2
144+ with :
145+ context : ./service/subscriber/bilibili
146+ push : true
147+ tags : justhumanz/go-simp-subscriber-bilibili:${{ github.event.inputs.versionTag }}
148+ build-args : |
149+ BASE_IMAGE=justhumanz/go-simp:${{ github.sha }}
150+
151+ - name : Build and push twitch subs watcher
143152 uses : docker/build-push-action@v2
144153 with :
145154 context : ./service/subscriber/
146155 push : true
147- tags : justhumanz/go-simp-subscriber:${{ env.RELEASE_VERSION }}
156+ tags : justhumanz/go-simp-subscriber-twitch :${{ github.event.inputs.versionTag }}
148157 build-args : |
149- BASE_IMAGE=justhumanz/go-simp:${{ github.sha }}
158+ BASE_IMAGE=justhumanz/go-simp:${{ github.sha }}
159+
160+ - name : Build and push twitter subs watcher
161+ uses : docker/build-push-action@v2
162+ with :
163+ context : ./service/subscriber/
164+ push : true
165+ tags : justhumanz/go-simp-subscriber-twitter:${{ github.event.inputs.versionTag }}
166+ build-args : |
167+ BASE_IMAGE=justhumanz/go-simp:${{ github.sha }}
168+
169+ - name : Build and push youtube subs watcher
170+ uses : docker/build-push-action@v2
171+ with :
172+ context : ./service/subscriber/
173+ push : true
174+ tags : justhumanz/go-simp-subscriber-youtube:${{ github.event.inputs.versionTag }}
175+ build-args : |
176+ BASE_IMAGE=justhumanz/go-simp:${{ github.sha }}
150177
151178 # ## REST API
152179
You can’t perform that action at this time.
0 commit comments