Skip to content

Commit 078cd72

Browse files
committed
ci: push image for all next branches
Currently the docker image is published for the next branch. If we have two next branches (e.g. durng a pending OpenWrt release), a branch like "next-24.10" would not be pushing a docker image. Match the push action to all branches starting with next. This is helpful if a downstream CI builds using the Gluon docker image. Signed-off-by: David Bauer <[email protected]>
1 parent 33f6538 commit 078cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8-
- 'next'
8+
- 'next*'
99
- 'v202[0-9].[0-9].x'
1010
tags:
1111
- 'v*'

0 commit comments

Comments
 (0)