]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: use the latest docker for QUIC Interop
authorIlia Shipitsin <chipitsine@gmail.com>
Sat, 21 Feb 2026 22:48:36 +0000 (23:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Feb 2026 10:11:20 +0000 (11:11 +0100)
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

.github/workflows/quic-interop-aws-lc.yml
.github/workflows/quic-interop-libressl.yml

index 17d586b5af74b39577dc38c675f071c39effa7d0..5a0ac3f49686c1d303d1978f397ef40c61fd595e 100644 (file)
@@ -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
index 14b724e14519217062ac8a35ea18d5e7929a2a4f..7fdbdee90c8b635e8d2d3176360352efa926279a 100644 (file)
@@ -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