Skip to content

Commit 08a2f79

Browse files
authored
Add HAProxy 2.6 version
1 parent 93f45f3 commit 08a2f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
tag: [latest, alpine, 2.5, 2.5-alpine, 2.5.5, 2.5.5-alpine]
13+
tag: [latest, alpine, 2.5, 2.5-alpine, 2.5.5, 2.5.5-alpine, 2.6, 2.6-alpine, 2.6.2, 2.6.2-alpine]
1414
steps:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v1
@@ -37,4 +37,4 @@ jobs:
3737
platforms: linux/amd64
3838
build-args: |
3939
VERSION=${{ github.event.release.tag_name }}
40-
HASH=${{ github.sha }}
40+
HASH=${{ github.sha }}

0 commit comments

Comments
 (0)