Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 7f27136

Browse files
committed
Merge branch 'split-subscriber-service'
2 parents fea8f0a + 3ee4396 commit 7f27136

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

.github/workflows/deploy-modules.yaml

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)