mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02: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
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…
x
Reference in New Issue
Block a user