mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
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:
parent
58b153b882
commit
3354719709
2
.github/workflows/quic-interop-aws-lc.yml
vendored
2
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -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
|
||||
|
2
.github/workflows/quic-interop-libressl.yml
vendored
2
.github/workflows/quic-interop-libressl.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user