]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: fix syntax of Quic Interop pipelines
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 2 Sep 2025 19:52:53 +0000 (21:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 3 Sep 2025 09:36:14 +0000 (11:36 +0200)
previously, wrong syntax of passing build arguments was used, thus
previously images were built using default SSLLIB=QuicTLS-1.1.1

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

index 37680e6ddb48ba9f9aba07ea9af5173c2da3cc21..27fff66c2ed922752d77f3fc4420b2cbb0df051c 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           context: https://github.com/haproxytech/haproxy-qns.git
           push: true
           build-args: |
-            SSLLIBAWS-LC
+            SSLLIB=AWS-LC
           tags: ghcr.io/${{ github.repository }}:aws-lc
 
       - name: Cleanup registry
index e348aea1a92f18e0b8931c17cbbe658cf7f8ebb3..71fa81f62ae6de9c7c3d763ebb7f8a2937d93a66 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           context: https://github.com/haproxytech/haproxy-qns.git
           push: true
           build-args: |
-            SSLLIBLibreSSL
+            SSLLIB=LibreSSL
           tags: ghcr.io/${{ github.repository }}:libressl
 
       - name: Cleanup registry