We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498aef3 commit 14ededfCopy full SHA for 14ededf
.github/scripts/build-and-push-multiarch-images.sh
@@ -55,7 +55,7 @@ fi
55
56
case $BRANCH_NAME in
57
58
- "main")
+ "main"|"2.5.x")
59
# if main branch, build images with tag "latest-${RELEASE_TYPE}"
60
make IMAGE_REPO=${IMAGE_REPOSITORY} IMAGE_TAG=latest-${RELEASE_TYPE} ${VARIANT}
61
;;
0 commit comments