Skip to content

Commit c9301ed

Browse files
authored
feat: add network-specific tags to ci container workflow (#3765)
Signed-off-by: Smuu <[email protected]>
1 parent 2a9acb4 commit c9301ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
1212
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
1313
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
14+
- "v[0-9]+.[0-9]+.[0-9]+-arabica"
15+
- "v[0-9]+.[0-9]+.[0-9]+-mocha"
1416
pull_request:
1517

1618
jobs:

0 commit comments

Comments
 (0)