Skip to content

Commit 14ededf

Browse files
committed
Add 2.5.x branch to build and push script
1 parent 498aef3 commit 14ededf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-and-push-multiarch-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555

5656
case $BRANCH_NAME in
5757

58-
"main")
58+
"main"|"2.5.x")
5959
# if main branch, build images with tag "latest-${RELEASE_TYPE}"
6060
make IMAGE_REPO=${IMAGE_REPOSITORY} IMAGE_TAG=latest-${RELEASE_TYPE} ${VARIANT}
6161
;;

0 commit comments

Comments
 (0)