Skip to content

Commit

Permalink
BUILD/MAJOR: ci: change latest branch to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Oct 24, 2022
1 parent 4801d8e commit 4e2d3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.8"
LATEST_BRANCH: "1.9"
steps:
- name: Login to Docker Hub
id: login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.8"
LATEST_BRANCH: "1.9"
steps:
- name: Login to Docker Hub
id: login
Expand Down

0 comments on commit 4e2d3a0

Please sign in to comment.