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
This commit is contained in:
Ilia Shipitsin 2025-09-02 21:52:53 +02:00 committed by William Lallemand
parent 58b153b882
commit 3354719709
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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