Skip to content

Commit 4452ab4

Browse files
committed
BUILD/MAJOR: ci: update latest build branch to 1.8
1 parent 0a7d61e commit 4452ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
1111
DOCKER_IMAGE: haproxytech/kubernetes-ingress
12-
LATEST_BRANCH: "1.7"
12+
LATEST_BRANCH: "1.8"
1313
steps:
1414
- name: Login to Docker Hub
1515
id: login

.github/workflows/docker_manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
env:
88
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
99
DOCKER_IMAGE: haproxytech/kubernetes-ingress
10-
LATEST_BRANCH: "1.7"
10+
LATEST_BRANCH: "1.8"
1111
steps:
1212
- name: Login to Docker Hub
1313
id: login

0 commit comments

Comments
 (0)