Skip to content

Commit c7730b4

Browse files
committed
CI: build Docker images for all release branches
This will also ensure that Docker images are created for the release-2.0 branch, once this commit has been merged into that branch.
1 parent fdacf6e commit c7730b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-push-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
push:
66
branches:
77
- 'development'
8-
- 'release-1.9'
9-
- 'release-1.10'
8+
- 'release-[0-9]+.[0-9]+'
109

1110
jobs:
1211
push-image:

0 commit comments

Comments
 (0)