Skip to content

Commit fdf7bdc

Browse files
authored
Merge pull request #1268 from vvoland/28x-ci-v2
[28.x] use 28.x branch by default
2 parents 91cfe25 + 3abdeca commit fdf7bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCKER_MODEL_REPO ?= https://github.com/docker/model-cli.git
3636
# tagged a release with the same version.
3737
#
3838
# For other situations, specify DOCKER_CLI_REF and/or DOCKER_ENGINE_REF separately.
39-
REF ?= HEAD
39+
REF ?= 28.x
4040
DOCKER_CLI_REF ?= $(REF)
4141
DOCKER_ENGINE_REF ?= $(REF)
4242
# DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag,

0 commit comments

Comments
 (0)