mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -22,6 +22,7 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.x'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user