mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-13 19:00:25 -04:00
CI: use the latest docker for QUIC Interop
quic-interop runner is using features available in Docker v28.1 while Github runner includes v28.0 let's for sure setup the latest available
This commit is contained in:
parent
dfa8907a3d
commit
c44d6c6c71
2 changed files with 6 additions and 0 deletions
3
.github/workflows/quic-interop-aws-lc.yml
vendored
3
.github/workflows/quic-interop-aws-lc.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Update Docker to the latest
|
||||
uses: docker/setup-docker-action@v4
|
||||
|
||||
- name: Build Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
3
.github/workflows/quic-interop-libressl.yml
vendored
3
.github/workflows/quic-interop-libressl.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Update Docker to the latest
|
||||
uses: docker/setup-docker-action@v4
|
||||
|
||||
- name: Build Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue