From: Ilia Shipitsin Date: Tue, 2 Sep 2025 19:52:53 +0000 (+0200) Subject: CI: fix syntax of Quic Interop pipelines X-Git-Tag: v3.3-dev8~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3354719709e6df38a30ab2679aea9d8c84771d2d;p=thirdparty%2Fhaproxy.git CI: fix syntax of Quic Interop pipelines previously, wrong syntax of passing build arguments was used, thus previously images were built using default SSLLIB=QuicTLS-1.1.1 --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 37680e6dd..27fff66c2 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -35,7 +35,7 @@ jobs: context: https://github.com/haproxytech/haproxy-qns.git push: true build-args: | - SSLLIB: AWS-LC + SSLLIB=AWS-LC tags: ghcr.io/${{ github.repository }}:aws-lc - name: Cleanup registry diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index e348aea1a..71fa81f62 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -35,7 +35,7 @@ jobs: context: https://github.com/haproxytech/haproxy-qns.git push: true build-args: | - SSLLIB: LibreSSL + SSLLIB=LibreSSL tags: ghcr.io/${{ github.repository }}:libressl - name: Cleanup registry