Skip to content

Commit 4d08780

Browse files
committed
Complete removing 2.9 branch.
1 parent f1215ce commit 4d08780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
packages: write
1010
strategy:
1111
matrix:
12-
branch: ["2.6", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3"]
12+
branch: ["2.6", "2.8", "3.0", "3.1", "3.2", "3.3"]
1313
env:
1414
DOCKER_PLATFORMS: linux/amd64,linux/arm64
1515
DOCKER_IMAGE: haproxytech/haproxy-debian-quic

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DOCKER_TAG="haproxytech/haproxy-debian-quic"
44
HAPROXY_GITHUB_URL="https://github.com/haproxytech/haproxy-docker-debian-quic/blob/main"
5-
HAPROXY_BRANCHES="2.6 2.8 2.9 3.0 3.1 3.2 3.3"
5+
HAPROXY_BRANCHES="2.6 2.8 3.0 3.1 3.2 3.3"
66
HAPROXY_CURRENT_BRANCH="3.2"
77
PUSH="no"
88
HAPROXY_UPDATED=""

0 commit comments

Comments
 (0)