gha/build: Publish bin image for release branches

We moved to the major release branches with a `.x` suffix and forgot to
adjust this workflow to run on branches like `27.x`.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski 2025-01-10 14:31:51 +01:00
parent ff4697d820
commit 987befaeac
No known key found for this signature in database
GPG Key ID: B85EFCFE26DEF92A

View File

@ -22,6 +22,7 @@ on:
branches:
- 'master'
- '[0-9]+.[0-9]+'
- '[0-9]+.x'
tags:
- 'v*'
pull_request: