Skip to content

Commit

Permalink
Automated commit triggered by 2.9.0 release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Dec 8, 2023
1 parent e83ffef commit 234905e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/haproxy-alpine-quic
STABLE_BRANCH: "2.8"
STABLE_BRANCH: "2.9"
steps:
- name: Login to Docker Hub
id: login_docker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
packages: write
strategy:
matrix:
branch: ["2.6", "2.7", "2.8", "2.9"]
branch: ["2.6", "2.7", "2.8", "2.9", "3.0"]
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/haproxy-alpine-quic
STABLE_BRANCH: "2.8"
STABLE_BRANCH: "2.9"
steps:
- name: Login to Docker Hub
id: login_docker
Expand Down
2 changes: 1 addition & 1 deletion 3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LABEL Version 3.0-dev0
LABEL RUN /usr/bin/docker -d IMAGE

ENV HAPROXY_BRANCH 3.0
ENV HAPROXY_MINOR 3.0-dev0
ENV HAPROXY_MINOR 3.0-old
ENV HAPROXY_SHA256 47c387d203ab00b5501017691f741375359a161216a84b17e55e48f2e84adc9f
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

Expand Down

0 comments on commit 234905e

Please sign in to comment.